Skip to content

Commit

Permalink
PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov committed Jul 31, 2021
1 parent c3c9ab0 commit ba568f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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'

cache:
directories:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
}
],
"require": {
"php": "^7.2.0",
"php": "^7.3|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"myclabs/php-enum": "^1.7"
"guzzlehttp/guzzle": "^6.5|^7.0",
"myclabs/php-enum": "^1.8"
},
"require-dev": {
"blastcloud/guzzler": "^1.4",
"phpunit/phpunit": "^7.0|^8.0"
"blastcloud/guzzler": "^2.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ba568f8

Please # to comment.