Skip to content

Commit 43780dd

Browse files
committed
add support for "illuminate" 9.0 and 10.0
1 parent f71e184 commit 43780dd

File tree

3 files changed

+1451
-1345
lines changed

3 files changed

+1451
-1345
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: ['7.3', '7.4', '8.0']
14+
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
1515
stability: [prefer-lowest, prefer-stable]
1616
include:
1717
- php: '8.1'

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/auth": "^6.0 || ^7.0 || ^8.0",
24-
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
25-
"illuminate/events": "^6.0 || ^7.0 || ^8.0"
23+
"illuminate/auth": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
24+
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
25+
"illuminate/events": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^7.5 || ^8.0"

0 commit comments

Comments
 (0)