Skip to content

Commit

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

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

0 comments on commit 9f7b675

Please sign in to comment.