Skip to content

Commit f8fa058

Browse files
Merge pull request #24 from xabbuh/patch-1
move PHPUnit to the require section as well
2 parents fca5974 + d978aa2 commit f8fa058

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
}
1414
],
1515
"require": {
16+
"phpunit/phpunit": ">=3.7",
1617
"sebastian/exporter": "1.*"
1718
},
18-
"require-dev": {
19-
"phpunit/phpunit": ">=3.7"
20-
},
2119
"autoload": {
2220
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" }
2321
},

0 commit comments

Comments
 (0)