Skip to content

Commit 5f0ecb7

Browse files
Merge pull request #33 from greg0ire/move_phpunit_to_require_dev
Move the phpunit dep to the require-dev section
2 parents b421841 + 4e9c081 commit 5f0ecb7

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
@@ -15,10 +15,12 @@
1515
"require": {
1616
"php": "^5.3|^7.0",
1717

18-
"phpunit/phpunit": "^4.0|^5.0",
1918
"sebastian/exporter": "^1.0",
2019
"symfony/config": "^2.3|^3.0"
2120
},
21+
"require-dev": {
22+
"phpunit/phpunit": "^4.0|^5.0"
23+
},
2224
"minimum-stability": "dev",
2325
"prefer-stable": true,
2426
"autoload": {

0 commit comments

Comments
 (0)