forked from WEEE-Open/tarallo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 870 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
39
{
"type": "project",
"license": "AGPL-3.0",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"WEEEOpen\\Tarallo\\": "src/",
"WEEEOpen\\TaralloTest\\": "tests/"
}
},
"config": {
"platform": {
"php": "7.2.8"
}
},
"require": {
"php": "^7.1",
"ext-json": "*",
"ext-mysqlnd": "*",
"ext-pdo": "*",
"nikic/fast-route": "^1.2",
"willdurand/negotiation": "^2.3",
"league/plates": "^3.3",
"relay/relay": "~2.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"zendframework/zend-diactoros": "^2.1",
"jumbojett/openid-connect-php": "^0.8.0",
"pds/skeleton": "^1.0.0",
"zendframework/zend-httphandlerrunner": "^1.1"
},
"suggest": {
"ext-apcu": "*"
},
"require-dev": {
"phpunit/phpunit": "~6.5.0",
"phpunit/dbunit": "^3.0.0"
}
}