Skip to content

Commit 0f24873

Browse files
edgrosvenorptrckvzn
authored andcommitted
Bump Laravel dependency
This only bumps the Laravel dependency. I haven't thoroughly checked it or run any tests. I don't see anything in the code that lines up with the small handful of potentially breaking changes from Laravel 11 to 12.
1 parent 7075d45 commit 0f24873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=7.2.5",
1414
"area17/twill": "2.*|3.*",
15-
"laravel/framework": "~5.6|~5.7|~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
15+
"laravel/framework": "~5.6|~5.7|~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1616
"spatie/laravel-view-models": "^1.3"
1717
},
1818
"config": {

0 commit comments

Comments
 (0)