Skip to content

Commit 0b88df9

Browse files
Set phpunit as a normal requirement
1 parent 1218c4d commit 0b88df9

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
@@ -10,9 +10,7 @@
1010
"phpunit4"
1111
],
1212
"require": {
13-
"php": ">=5.3"
14-
},
15-
"require-dev": {
13+
"php": ">=5.3",
1614
"phpunit/phpunit": ">=4.8.0 <5.3"
1715
},
1816
"autoload": {

0 commit comments

Comments
 (0)