Skip to content

Commit 17f904c

Browse files
Merge pull request #17 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents 6641d18 + 37980c0 commit 17f904c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
],
3030
"require": {
3131
"php": ">=8.1",
32-
"laravel/framework": "^9|^10|^11",
32+
"laravel/framework": "^9|^10|^11|^12.0",
3333
"nesbot/carbon": "^2.64|^3.0"
3434
},
3535
"require-dev": {
3636
"mockery/mockery": "^1.6",
37-
"pestphp/pest": "^2.34"
37+
"pestphp/pest": "^2.34|^3.7"
3838
},
3939
"extra": {
4040
"laravel": {

0 commit comments

Comments
 (0)