forked from Incenteev/ParameterHandler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 833 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
{
"name": "incenteev/composer-parameter-handler",
"description": "Composer script handling your ignored parameter file",
"keywords": ["parameters management"],
"homepage": "https://github.com/Incenteev/ParameterHandler",
"license": "MIT",
"authors": [
{
"name": "Christophe Coevoet",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3",
"symfony/yaml": "~2.3|~3.0"
},
"require-dev": {
"composer/composer": "1.0.*@dev",
"phpspec/prophecy-phpunit": "~1.0",
"symfony/filesystem": "~2.2"
},
"autoload": {
"psr-4": { "Incenteev\\ParameterHandler\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
}
}