-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.12 KB
/
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
40
41
42
43
44
{
"name": "plehatron/limoncello-bundle",
"type": "symfony-bundle",
"description": "Symfony integration bundle for neomerx/json-api",
"keywords": [
"symfony",
"json api",
"json-api",
"jsonapi",
"neomerx",
"limoncello"
],
"homepage": "https://github.com/plehatron/limoncello-bundle",
"support": {
"issues": "https://github.com/plehatron/limoncello-bundle/issues"
},
"license": "Apache-2.0",
"authors": [
{
"name": "Davor Plehati",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"symfony/framework-bundle": "~2.8.0|~3.0.0",
"neomerx/limoncello": "~0.5"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.2",
"mockery/mockery": "~0.9.4",
"symfony/console": "~2.8.0|~3.0.0",
"symfony/browser-kit": "~2.8.0|~3.0.0"
},
"autoload": {
"psr-4": {
"Plehatron\\LimoncelloBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "stable"
}