forked from coopTilleuls/CoopTilleulsOvhBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 836 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
{
"name": "tilleuls/ovh-bundle",
"type": "symfony-bundle",
"description": "OVH SDK integration",
"keywords": ["ovh", "api", "sdk"],
"homepage": "http://les-tilleuls.coop",
"license": "MIT",
"authors": [
{
"name": "Kévin Dunglas",
"email": "[email protected]",
"homepage": "http://dunglas.fr"
}
],
"require": {
"php": ">=5.5",
"symfony/dependency-injection" : "~2.3|~3.0",
"symfony/config" : "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0",
"ovh/ovh": "~2.0"
},
"autoload": {
"psr-4": { "CoopTilleuls\\OvhBundle\\": "" }
},
"require-dev": {
"phpspec/phpspec": "~2.1",
"henrikbjorn/phpspec-code-coverage": "~1.0",
"satooshi/php-coveralls": "~0.6"
}
}