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 89ffa5a + 8064a63 commit 62267daCopy full SHA for 62267da
composer.json
@@ -14,12 +14,14 @@
14
],
15
"require": {
16
"matthiasnoback/symfony-config-test": "^1.0|^2.0",
17
- "phpunit/phpunit": "^4.0|^5.0",
18
"symfony/dependency-injection": "^2.3|^3.0",
19
"symfony/config": "^2.3|^3.0",
20
"symfony/yaml": "^2.7|^3.0",
21
"sebastian/exporter": "^1.0"
22
},
+ "require-dev": {
23
+ "phpunit/phpunit": "^4.0|^5.0"
24
+ },
25
"autoload": {
26
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
27
}
0 commit comments