-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 859 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": "veve/pyaesone17-api-test",
"description": "the api test for hello fresh",
"authors": [
{
"name": "Nyan Win",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Green\\": "web/Green"
},
"files": [
"web/Green/Support/helpers.php"
]
},
"require": {
"league/route": "^3.0",
"zendframework/zend-diactoros": "^1.7",
"illuminate/database": "^5.6",
"illuminate/pagination": "^5.6",
"symfony/http-foundation": "^4.0",
"symfony/psr-http-message-bridge": "^1.0",
"symfony/finder": "^4.0",
"monolog/monolog": "^1.23",
"illuminate/validation": "^5.6",
"lcobucci/jwt": "^3.2"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
}
}