forked from sohelamin/crud-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 818 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
32
33
{
"name": "jaapmoolenaar.nl/crud-generator",
"description": "Laravel 5 CRUD Generator",
"keywords": [
"laravel",
"crud",
"crud generator",
"laravel crud generator"
],
"authors": [
{
"name": "Sohel Amin",
"email": "sohelamincse@gmail.com",
"homepage": "http://www.appzcoder.com"
},
{
"name": "Jaap Moolenaar",
"email": "jaap@jaapmoolenaar.nl",
"homepage": "http://www.jaapmoolenaar.nl"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.6.*",
"jaapmoolenaar.nl/html": "^5.6",
"laracasts/flash": "^1.3"
},
"autoload": {
"psr-4": {
"Appzcoder\\CrudGenerator\\": "src/"
}
}
}