We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 588fe3c + fe142b7 commit c085618Copy full SHA for c085618
composer.json
@@ -16,9 +16,11 @@
16
"matthiasnoback/symfony-config-test": "0.*|~1.0",
17
"symfony/dependency-injection": "^2.0.5",
18
"symfony/config": "^2.0.5",
19
- "phpunit/phpunit": ">=3",
20
"sebastian/exporter": "~1"
21
},
+ "require-dev": {
22
+ "phpunit/phpunit": ">=3"
23
+ },
24
"autoload": {
25
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
26
}
0 commit comments