Skip to content

Commit

Permalink
Merge d8808e1 into c6aa7b9
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 29, 2021
2 parents c6aa7b9 + d8808e1 commit 5c90942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -2,5 +2,8 @@ language: php

php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'

before_script: composer install
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.1|^7.0",
"nesbot/carbon": "2.*"
Expand Down

0 comments on commit 5c90942

Please sign in to comment.