Skip to content

Commit 97e224a

Browse files
author
Alexander Guz
authored
Merge pull request #26 from kalimatas/fix-phpunit-version
Require phpunit: ~4.8
2 parents c02666e + 3123917 commit 97e224a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": ">= 5.3"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "*"
25+
"phpunit/phpunit": "~4.8"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)