Skip to content

Commit c085618

Browse files
Merge pull request #47 from Soullivaneuh/patch-1
Require phpunit on dev only
2 parents 588fe3c + fe142b7 commit c085618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
"matthiasnoback/symfony-config-test": "0.*|~1.0",
1717
"symfony/dependency-injection": "^2.0.5",
1818
"symfony/config": "^2.0.5",
19-
"phpunit/phpunit": ">=3",
2019
"sebastian/exporter": "~1"
2120
},
21+
"require-dev": {
22+
"phpunit/phpunit": ">=3"
23+
},
2224
"autoload": {
2325
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
2426
}

0 commit comments

Comments
 (0)