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 a293cf2 + 0ca4feb commit 0aa4c67Copy full SHA for 0aa4c67
.travis.yml
@@ -1,10 +1,9 @@
1
language: php
2
3
php:
4
- - 7.1
5
- - 7.2
6
- - 7.3
7
- 7.4
+ - 8.1
+ - 8.2
8
9
before_script:
10
- travis_retry composer self-update
composer.json
@@ -10,14 +10,14 @@
}
11
],
12
"require": {
13
- "php": ">=7.1",
+ "php": ">=7.4",
14
"ext-filter": "*",
15
"ext-json": "*",
16
"ext-mbstring": "*",
17
- "guzzlehttp/guzzle": "^6.3"
+ "guzzlehttp/guzzle": "^7.5"
18
},
19
"require-dev": {
20
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^9.6"
21
22
"autoload": {
23
"psr-4": {
0 commit comments