update 1.0.8.0
Commits for version update
This commit is contained in:
33
vendor/unisharp/laravel-ckeditor/composer.json
vendored
Normal file
33
vendor/unisharp/laravel-ckeditor/composer.json
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "unisharp/laravel-ckeditor",
|
||||
"description": "JavaScript WYSIWYG web text editor (for laravel).",
|
||||
"type": "library",
|
||||
"keywords": [ "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript", "laravel"],
|
||||
"homepage": "http://ckeditor.com",
|
||||
"license": [ "GPL-2.0+", "LGPL-2.1+", "MPL-1.1+" ],
|
||||
"authors": [
|
||||
{
|
||||
"name": "CKSource",
|
||||
"homepage": "http://cksource.com"
|
||||
},
|
||||
{
|
||||
"name": "UniSharp Ltd. (Composer Package Maintainer)",
|
||||
"homepage": "http://www.unisharp.com"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "http://dev.ckeditor.com",
|
||||
"forum": "http://ckeditor.com/forums",
|
||||
"wiki": "http://docs.ckeditor.com",
|
||||
"source": "http://github.com/ckeditor/ckeditor-dev"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Unisharp\\Ckeditor\\": "./"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "~5.0"
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
Reference in New Issue
Block a user