Skip to content

Commit 92c29e8

Browse files
authored
Merge pull request #94 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents b343211 + 99e3db2 commit 92c29e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
},
2727
"require": {
2828
"php": ">=8.0",
29-
"illuminate/database": "^9.0|^10.0|^11.0",
29+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
3030
"guzzlehttp/guzzle": "^7.5",
3131
"ext-json": "*"
3232
},
3333
"require-dev": {
34-
"orchestra/testbench": "^9.0",
34+
"orchestra/testbench": "^9.0|^10.0",
3535
"mockery/mockery": "^1.5.1",
3636
"laravel/pint": "^1.17"
3737
},

0 commit comments

Comments
 (0)