Skip to content

Commit 3a45a2c

Browse files
author
Peter
committed
allowing any version of phpunit
1 parent c1d4d02 commit 3a45a2c

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
@@ -24,7 +24,7 @@
2424
"require-dev": {
2525
"guzzlehttp/guzzle": "5.x",
2626
"sstalle/php7cc": "^1.0",
27-
"phpunit/phpunit": "^4.8"
27+
"phpunit/phpunit": "*"
2828
},
2929
"suggest": {
3030
"guzzlehttp/guzzle@5.x": "To use Guzzle5 request resolver"

0 commit comments

Comments
 (0)