Skip to content

Commit bb8a962

Browse files
committed
change dev-requirement phpunit version for php 7.0-8.0 support
1 parent ce383ab commit bb8a962

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
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"guzzlehttp/psr7": "^1.7",
21-
"phpunit/phpunit": "^6.5",
21+
"phpunit/phpunit": ">=6.5",
2222
"squizlabs/php_codesniffer": "^3.5",
2323
"webclient/fake-http-client": "^1.0"
2424
},

0 commit comments

Comments
 (0)