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 8e8998f commit db3314eCopy full SHA for db3314e
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- '7.1'
4
- '7.2'
5
- '7.3'
6
+ - '7.4'
7
8
before_script:
9
- composer install
@@ -12,4 +13,4 @@ script: vendor/phpunit/phpunit/phpunit tests/ --whitelist src/ --coverage-clover
12
13
after_script:
14
- php vendor/bin/codacycoverage clover build/coverage/xml
15
-os: linux
16
+os: linux
composer.json
@@ -33,7 +33,7 @@
33
"ext-json": "*",
34
"psr/http-message": "^1.0",
35
"psr/http-client": "^1.0",
36
- "guzzlehttp/guzzle": "^6.3"
+ "guzzlehttp/guzzle": "^6.3|^7.0.1"
37
},
38
"require-dev": {
39
"phpunit/phpunit": "^7.5|^8.0",
0 commit comments