-
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) · 833 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 833 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": "bigz/halapi-bundle",
"description": "Integration of Halapi into Symfony.",
"keywords": [ "rest", "hateoas", "hal", "api" ],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Romain Richard",
"email": "rrichard@outlook.fr"
}
],
"require": {
"php": ">5.5",
"symfony/framework-bundle": "~2.7 || ~4.0",
"bigz/halapi": "^0.2",
"symfony/psr-http-message-bridge": "^1.0",
"pagerfanta/pagerfanta": "^1.0",
"zendframework/zend-diactoros": "^1.8",
"league/fractal": "^0.17.0",
"jms/serializer-bundle": "^2.4"
},
"require-dev": {
"symfony/expression-language": "~2.4 || ~3.0",
"twig/twig": "~1.12",
"phpunit/phpunit": "~5.7"
},
"autoload": {
"psr-0": { "Bigz\\HalapiBundle": "" }
},
"target-dir": "Bigz/HalapiBundle"
}