Skip to content

Commit 62267da

Browse files
Merge pull request #64 from greg0ire/move_phpunit_back_to_dev
Move phpunit back to the require-dev section
2 parents 89ffa5a + 8064a63 commit 62267da

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
@@ -14,12 +14,14 @@
1414
],
1515
"require": {
1616
"matthiasnoback/symfony-config-test": "^1.0|^2.0",
17-
"phpunit/phpunit": "^4.0|^5.0",
1817
"symfony/dependency-injection": "^2.3|^3.0",
1918
"symfony/config": "^2.3|^3.0",
2019
"symfony/yaml": "^2.7|^3.0",
2120
"sebastian/exporter": "^1.0"
2221
},
22+
"require-dev": {
23+
"phpunit/phpunit": "^4.0|^5.0"
24+
},
2325
"autoload": {
2426
"psr-4" : { "Matthias\\SymfonyDependencyInjectionTest\\" : "" }
2527
}

0 commit comments

Comments
 (0)