Skip to content

Commit 48502d7

Browse files
authored
Support for Laravel 11 (#60)
1 parent b39d9c4 commit 48502d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"require": {
2626
"php": "^8.0",
27-
"illuminate/database": "^8.69 || ^9.0 || ^10.0",
28-
"illuminate/support": "^8.69 || ^9.0 || ^10.0"
27+
"illuminate/database": "^8.69 || ^9.0 || ^10.0 || ^11.0",
28+
"illuminate/support": "^8.69 || ^9.0 || ^10.0 || ^11.0"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "~1.3.3 || ^1.4.2",
3232
"nunomaduro/larastan": "^1.0 || ^2.0",
33-
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
33+
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
3434
"phpunit/phpunit": "^9.3.3 || ^10.0",
3535
"zing/coding-standard": "^6.4 || ^7.0"
3636
},

0 commit comments

Comments
 (0)