Skip to content

Commit

Permalink
Merge pull request #50 from ash-jc-allen/feature/php-8-support
Browse files Browse the repository at this point in the history
Added support for PHP 8
  • Loading branch information
ash-jc-allen authored Dec 6, 2020
2 parents 4a67dd1 + 0121f5a commit f0b3bc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,24 @@ matrix:
env: LARAVEL='6.*'
- php: 7.4
env: LARAVEL='6.*'
- php: 8.0
env: LARAVEL='6.*'
# Laravel 7.*
- php: 7.2
env: LARAVEL='7.*'
- php: 7.3
env: LARAVEL='7.*'
- php: 7.4
env: LARAVEL='7.*'
- php: 8.0
env: LARAVEL='7.*'
# Laravel 8.*
- php: 7.3
env: LARAVEL='8.*'
- php: 7.4
env: LARAVEL='8.*'
- php: 8.0
env: LARAVEL='8.*'

before_install:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"nesbot/carbon": "~2.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"illuminate/container": "^6.0|^7.0|^8.0",
Expand Down

0 comments on commit f0b3bc3

Please sign in to comment.