Skip to content

Commit b5b44da

Browse files
committed
Support PHPUnit 7
1 parent 16876e4 commit b5b44da

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
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"guzzlehttp/psr7": "^1.0",
2828
"php-http/client-integration-tests": "dev-master",
29-
"phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0",
29+
"phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0",
3030
"zendframework/zend-diactoros": "^1.0"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)