-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 764 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 764 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
{
"name": "seblegall/api-validator-bundle",
"homepage": "https://github.com/seblegall/api-validator-bundle",
"license": "MIT",
"authors": [
{
"name": "Sébastien Le Gall",
"email": "seb@le-gall.net"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Seblegall\\ApiValidatorBundle\\": ""
}
},
"require": {
"symfony/framework-bundle": "~2.4|~3.0",
"doctrine/annotations": "~1.1",
"symfony/finder": "~2.4|~3.0"
},
"require-dev": {
"symfony/assetic-bundle": "~2.3",
"symfony/symfony": "~2.8",
"phpunit/phpunit": "~5.0",
"symfony/phpunit-bridge": "^3.1@dev"
}
}