Skip to content

Commit 6675652

Browse files
authored
Merge pull request #44 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 5fdcbf0 + ad04b16 commit 6675652

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
@@ -3,7 +3,7 @@
33
"description": "A dev tool to log all queries for laravel application.",
44
"type": "library",
55
"require": {
6-
"laravel/framework": "^9.0|^10.0|^11.0"
6+
"laravel/framework": "^9.0|^10.0|^11.0|^12.0"
77
},
88
"require-dev": {
99
"laravel/pint": "^1.5",

0 commit comments

Comments
 (0)