forked from GoIntegro/hateoas-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.31 KB
/
Copy pathcomposer.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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
40
41
42
43
44
45
46
47
{
"name": "skqr/hateoas-bundle",
"type": "symfony-bundle",
"description": "GOintegro HATEOAS Bundle",
"keywords": ["Doctrine", "HATEOAS", "REST", "API", "JSON-API"],
"homepage": "http://www.gointegro.com",
"license": "MIT",
"authors": [
{
"name": "Javier Lorenzana",
"email": "javier.lorenzana@gointegro.com"
},
{
"name": "Adolfo Castro Menna",
"email": "adolfo.casto@gointegro.com"
},
{
"name": "GOintegro Devs",
"homepage": "http://www.gointegro.com"
}
],
"require": {
"php": ">=5.4.0",
"skqr/hateoas": "*",
"symfony/framework-bundle": "*",
"symfony/doctrine-bridge": "*",
"doctrine/doctrine-bundle": "*",
"doctrine/orm": "*",
"symfony/monolog-bundle": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpdocumentor/phpdocumentor": "2.*",
"codeception/codeception": "2.2.*",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-0": { "GoIntegro\\Bundle\\HateoasBundle": "" }
},
"target-dir": "GoIntegro/Bundle/HateoasBundle",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.9.x-dev"
}
}
}