Skip to content

Commit adafb0e

Browse files
authored
Merge pull request #23 from php-http/phpunit
Allow PHPUnit 7.0
2 parents 73afc65 + 7dfcb92 commit adafb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4",
14+
"php": "^5.4 || ^7.0",
1515
"psr/http-message": "^1.0",
16-
"phpunit/phpunit": "^5.4|^6.0"
16+
"phpunit/phpunit": "^5.4 || ^6.0 || ^7.0"
1717
},
1818
"require-dev": {
1919
"zendframework/zend-diactoros": "^1.0",

0 commit comments

Comments
 (0)