Skip to content

Commit

Permalink
Merge pull request #4 from iVegas/patch-1
Browse files Browse the repository at this point in the history
Update guzzle dependency and drop support of EOL PHP versions
  • Loading branch information
zhooravell authored Jun 22, 2023
2 parents a293cf2 + 0ca4feb commit 0aa4c67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.1
- 8.2

before_script:
- travis_retry composer self-update
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.4",
"ext-filter": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^7.5"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0aa4c67

Please sign in to comment.