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 e20f109 commit 0e13a21Copy full SHA for 0e13a21
.travis.yml
@@ -26,6 +26,8 @@ matrix:
26
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
27
- php: 7.4
28
env: COMPOSER_FLAGS="--prefer-stable" COVERAGE=true TEST_COMMAND="composer test-ci"
29
+ - php: 8.0
30
+ env: COMPOSER_FLAGS="--prefer-stable" TEST_COMMAND="composer test-ci"
31
32
before_install:
33
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
15
"guzzlehttp/psr7": "^1.7",
16
"php-http/client-common": "^2.0",
17
"psr/log": "^1.1",
0 commit comments