Set ckeditor to latest stable, not to the head of git

This commit is contained in:
onli 2014-05-15 16:38:57 +02:00
parent d85334ced7
commit dad4e4cfc9
3 changed files with 5 additions and 5 deletions

@ -4,4 +4,4 @@
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit67b8e60e0324368dec91a14d1fccb859::getLoader();
return ComposerAutoloaderInit4156e73acf80be06d690857351eb6e4c::getLoader();

@ -6,9 +6,9 @@
}
],
"require": {
"ckeditor": "dev-full/latest"
"ckeditor/ckeditor": "dev-full/stable"
},
"config": {
"vendor-dir": "."
}
}
}

@ -3,11 +3,11 @@
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "a52359b4196b7fcf0071bef5cafda970",
"hash": "713b60a61fe658d81cfa9e657cfbebd9",
"packages": [
{
"name": "ckeditor/ckeditor",
"version": "dev-full/latest",
"version": "dev-full/stable",
"source": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor-releases.git",