-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
32 lines (32 loc) · 977 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
{
"name": "nilportugues/haljson-bundle",
"homepage": "http://nilportugues.com",
"type": "library",
"description": "HAL+JSON API Transformer Bundle for Symfony 2 and Symfony 3",
"keywords": ["sf2", "sf3","symfony", "symfony2", "symfony3", "halson", "hal", "json", "api", "haljson", "serializer", "transformer", "psr7", "response"],
"license": "MIT",
"authors": [
{
"name": "Nil Portugués Calderó",
"email": "contact@nilportugues.com",
"role": "Project Lead Developer"
}
],
"autoload": {
"psr-4": {
"NilPortugues\\Symfony\\HalJsonBundle\\": "src/"
}
},
"require": {
"php": ">=5.5.0",
"nilportugues/hal": "^2.0",
"symfony/psr-http-message-bridge": "^1.0"
},
"require-dev": {
"symfony/symfony": "^2|^3",
"friendsofphp/php-cs-fixer": "^1.9"
},
"config": {
"preferred-install": "dist"
}
}