Skip to content

Commit

Permalink
Merge pull request #5 from accessibility-in-action/php-8-support
Browse files Browse the repository at this point in the history
feat: add PHP 7.4 and 8 to testing matrix, confirm PHP 8 support
  • Loading branch information
chinleung authored Feb 22, 2021
2 parents e08173f + 321827f commit c352bbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0

env:
matrix:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c352bbd

Please sign in to comment.