Skip to content

Commit 927ccb3

Browse files
committed
Updates dependencies and config for Laravel 12 support
Allows support for Laravel 12 by updating the framework dependency in composer.json. Updates the composer.lock file to reflect the new dependencies. Removes lock wait timeout from top level config and moves it to the "Lock Wait Timeout" section.
1 parent b573b04 commit 927ccb3

File tree

3 files changed

+221
-137
lines changed

3 files changed

+221
-137
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"minimum-stability": "stable",
66
"require": {
77
"php": "^8.2",
8-
"laravel/framework": "^11.0"
8+
"laravel/framework": "^11.0 || ^12.0"
99
},
1010
"license": [
1111
"MIT"

0 commit comments

Comments
 (0)