-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 797 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 797 Bytes
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
{
"name": "aztech/layers",
"description": "Stackable HTTP layers",
"require": {
"aztech/phinject": "~0.2.5",
"aztech/php-utils": "~1.0",
"league/fractal": "~0.10",
"rhumsaa/uuid": "~2.8",
"silex/silex": "~1.2",
"twig/twig": "~1.16",
"willdurand/negotiation": "~1.3"
},
"license": "MIT",
"authors": [
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Aztech\\Layers\\": "src"
}
},
"require-dev": {
"vektah/bugfree-dangerzone": "0.3.*",
"phpmd/phpmd": "~2.1",
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.1"
}
}