Skip to content

Commit

Permalink
add support for "illuminate" 9.0 and 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrogehlen committed Mar 20, 2024
1 parent f71e184 commit 43780dd
Show file tree
Hide file tree
Showing 3 changed files with 1,451 additions and 1,345 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
stability: [prefer-lowest, prefer-stable]
include:
- php: '8.1'
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}
],
"require": {
"illuminate/auth": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/events": "^6.0 || ^7.0 || ^8.0"
"illuminate/auth": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/events": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0"
Expand Down
Loading

0 comments on commit 43780dd

Please sign in to comment.