forked from petehouston/laravel-tinymce-simple-imageupload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 772 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "petehouston/laravel-tinymce-simple-imageupload",
"description": "Simple image upload for TinyMCE in Laravel.",
"version": "1.1.0",
"type": "library",
"license": "MIT",
"keywords": [
"laravel",
"laravel 5",
"tinymce",
"image upload",
"php"
],
"homepage": "https://github.com/petehouston/laravel-tinymce-simple-imageupload",
"authors": [
{
"name": "Pete Houston",
"email": "[email protected]",
"homepage": "http://petehouston.com"
}
],
"require": {
"illuminate/support": "~5.1",
"php" : "~5.5|~7.0"
},
"autoload": {
"psr-4": {
"Petehouston\\Tinymce\\": "src"
}
}
}