1
0

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

View File

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