We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2e398 commit 86727a3Copy full SHA for 86727a3
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
- - '7.1'
4
- '7.2'
5
- '7.3'
6
- '7.4'
composer.json
@@ -20,7 +20,7 @@
20
"php-http/discovery": "^1.0"
21
},
22
"require-dev": {
23
- "phpunit/phpunit": "^9.0",
+ "phpunit/phpunit": "^8.0 || ^9.0",
24
"php-http/guzzle6-adapter": "^1.0",
25
"mockery/mockery": "^1.4",
26
"nyholm/nsa": "^1.0",
0 commit comments