LuckyCoinkydink/htmlarea/composer.json
onli f1348373cb Include the full ckeditor, using composer (#148)
This shall make it easier for users to customize the editor
2014-05-12 21:40:05 +02:00

14 lines
250 B
JSON

{
"repositories": [
{
"type": "composer",
"url": "http://packages.zendframework.com/"
}
],
"require": {
"ckeditor": "dev-full/latest"
},
"config": {
"vendor-dir": "."
}
}