-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
38 lines (37 loc) · 866 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
34
35
36
37
38
{
"name": "jetwaves/laravel-bootcamp",
"description": "A boot camp who initialize a series of tools for starter of laravel 5.5",
"type": "sdk",
"keywords": [
"jwt",
"authentication",
"token",
"laravel",
"api"
],
"require": {
"php": ">=5.4.0",
"jetwaves/laravel-util":"^1.0.1",
"jetwaves/laravel-explorer":"^1.0.1",
"jetwaves/laravel-implicit-router":"^1.1",
"jetwaves/edit-array-in-file": "^1.1.4"
},
"require-dev": {
},
"license": "MIT",
"authors": [
{
"name": "jetwaves",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Jetwaves\\LaravelBootcamp\\": "src/"
}
},
"bin": [
"src/bin/laravelBootcamp"
]
}