Skip to content

Commit 0aa4c67

Browse files
authored
Merge pull request #4 from iVegas/patch-1
Update guzzle dependency and drop support of EOL PHP versions
2 parents a293cf2 + 0ca4feb commit 0aa4c67

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22

33
php:
4-
- 7.1
5-
- 7.2
6-
- 7.3
74
- 7.4
5+
- 8.1
6+
- 8.2
87

98
before_script:
109
- travis_retry composer self-update

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.1",
13+
"php": ">=7.4",
1414
"ext-filter": "*",
1515
"ext-json": "*",
1616
"ext-mbstring": "*",
17-
"guzzlehttp/guzzle": "^6.3"
17+
"guzzlehttp/guzzle": "^7.5"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^7.0"
20+
"phpunit/phpunit": "^9.6"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)