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 e20f109 + c35e4d8 commit 83a383bCopy full SHA for 83a383b
.travis.yml
@@ -10,6 +10,7 @@ php:
10
- 7.2
11
- 7.3
12
- 7.4
13
+ - 8.0snapshot
14
15
env:
16
global:
composer.json
@@ -11,7 +11,7 @@
}
],
"require": {
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
"guzzlehttp/psr7": "^1.7",
"php-http/client-common": "^2.0",
17
"psr/log": "^1.1",
@@ -20,7 +20,6 @@
20
},
21
"require-dev": {
22
"symfony/phpunit-bridge": "^4.2|^5.0",
23
- "friendsofphp/php-cs-fixer": "^2.14",
24
"phpstan/phpstan": "^0.12.57"
25
26
"autoload": {
0 commit comments