Skip to content

Commit

Permalink
Merge pull request #45 from Kyzegs/master
Browse files Browse the repository at this point in the history
Add Laravel 10 support
  • Loading branch information
jenssegers authored Mar 21, 2023
2 parents 7f037da + f6b0001 commit 148133d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.1, 7.2, 7.3, 8.0]
php: [7.1, 7.2, 7.3, 8.0, 8.1]
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 7.2
- 7.3
- 8.0
- 8.1

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"require": {
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "*",
Expand Down

0 comments on commit 148133d

Please sign in to comment.