Skip to content

Commit 1a1f200

Browse files
committed
laravel 11 support
1 parent f9601af commit 1a1f200

File tree

2 files changed

+1061
-746
lines changed

2 files changed

+1061
-746
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
],
2424
"require": {
2525
"php": "^8.2",
26-
"illuminate/support": "^10.0",
27-
"illuminate/database": "^10.0",
28-
"illuminate/events": "^10.0"
26+
"illuminate/support": "^11.0",
27+
"illuminate/database": "^11.0",
28+
"illuminate/events": "^11.0"
2929
},
3030
"require-dev": {
3131
"friendsofphp/php-cs-fixer": "^3.3",
3232
"php-parallel-lint/php-parallel-lint": "^1.2",
3333
"phpunit/phpunit": "^10.5",
3434
"lychee-org/phpstan-lychee": "^1.0.4",
3535
"nunomaduro/larastan": "^2.0",
36-
"orchestra/testbench": "^8.0"
36+
"orchestra/testbench": "^9.0"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)