Skip to content

Commit

Permalink
Added php-8 support, dropped unsupported php-7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ekosogin committed Apr 10, 2021
1 parent 3e7ffff commit 8cc83a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.2
- 7.3
- 7.4
- 8.0

before_script:
- composer install --no-interaction
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.3 || ^8.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"eightpoints/guzzle-bundle": "^7.6|^8.0",
"caseyamcl/guzzle_retry_middleware": "^2.2",
Expand Down

0 comments on commit 8cc83a9

Please sign in to comment.