Include the full ckeditor, using composer (#148)
This shall make it easier for users to customize the editor
This commit is contained in:
14
htmlarea/composer.json
Normal file
14
htmlarea/composer.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "http://packages.zendframework.com/"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"ckeditor": "dev-full/latest"
|
||||
},
|
||||
"config": {
|
||||
"vendor-dir": "."
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user