Merge pull request #117 from stof/patch-1

Improve the composer.json
This commit is contained in:
Florian Klein 2015-08-31 08:57:20 +02:00
commit b6dbd93d12

View File

@ -17,16 +17,16 @@
], ],
"require": { "require": {
"symfony/framework-bundle": "2.*", "symfony/framework-bundle": "2.*",
"knplabs/gaufrette": "0.2.*@dev" "knplabs/gaufrette": "~0.1.7|0.2.*@dev"
}, },
"require-dev": { "require-dev": {
"symfony/yaml": "2.*", "symfony/yaml": "2.*",
"symfony/console": "2.*", "symfony/console": "2.*",
"phpunit/phpunit": "3.7.*" "phpunit/phpunit": "~4.2"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Knp\\Bundle\\GaufretteBundle": "" "Knp\\Bundle\\GaufretteBundle\\": ""
} }
}, },
"extra": { "extra": {
@ -36,6 +36,5 @@
}, },
"config": { "config": {
"bin-dir": "bin" "bin-dir": "bin"
}, }
"target-dir": "Knp/Bundle/GaufretteBundle"
} }