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.
2 parents 0ef092c + 56a14bb commit 1254885Copy full SHA for 1254885
.travis.yml
@@ -8,6 +8,9 @@ php:
8
- '7.2'
9
- '7.3'
10
- '7.4'
11
+ - '8.0'
12
+ - '8.1'
13
+ - '8.2'
14
15
env:
16
- COMPOSER_FLAGS='update --prefer-lowest --prefer-stable'
composer.json
@@ -11,9 +11,9 @@
}
],
"require": {
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
"psr/http-message": "^1.0",
- "psr/cache": "^1.0",
+ "psr/cache": "^1.0 || ^2.0 || ^3.0",
17
"psr/http-client-implementation": "^1.0",
18
"psr/http-factory-implementation": "^1.0",
19
"php-http/httplug": "^2.0",
0 commit comments