Skip to content

Commit ce70c52

Browse files
authored
Merge pull request #18 from always-open/chore/laravel12-dependency
Update to add Laravel 12.
2 parents 6cda01b + 11c98db commit ce70c52

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
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "~7.3|~8.0.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0",
24-
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
24+
"laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12"
2525
},
2626
"require-dev": {
2727
"mockery/mockery": "~1.0",

0 commit comments

Comments
 (0)