Skip to content

Commit 8def1b1

Browse files
davidbankesbarryvdh
authored andcommitted
permit higher phpunit to be used. increases compatibility with new php versions (#13)
1 parent 137fdea commit 8def1b1

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
@@ -28,7 +28,7 @@
2828
"require": {
2929
"guzzle/plugin-mock": "~3.1",
3030
"mockery/mockery": "~0.8",
31-
"phpunit/phpunit": "~3.7.0",
31+
"phpunit/phpunit": "~3.7.0|~4.0",
3232
"squizlabs/php_codesniffer": "~1.5"
3333
},
3434
"extra": {

0 commit comments

Comments
 (0)