Skip to content

Commit 52ff790

Browse files
authored
Merge pull request #1 from ollyxar/dev
Fix testing for PHP5+
2 parents d9633c8 + 9cd1cef commit 52ff790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": ">=5.4"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^6.0"
26+
"phpunit/phpunit": "^4.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)