Skip to content

Commit a8bf3a7

Browse files
author
Eoghan O'Brien
committed
Changes PHPUnit version to 4.8 to support PHP v5.3 and up
1 parent aee8486 commit a8bf3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=5.2.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "~5.7",
20+
"phpunit/phpunit": "~4.8",
2121
"squizlabs/php_codesniffer": "~2.8"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)