Skip to content

Commit 9d078f0

Browse files
authored
Merge pull request #966 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents ea66944 + 0d6408f commit 9d078f0

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
@@ -36,8 +36,8 @@
3636
"symfony/var-dumper": "^4.2 || ^5.1 || ^6.0 || ^7.0.3"
3737
},
3838
"require-dev": {
39-
"illuminate/support": "^7.20 || ^8.18 || ^9.0 || ^10.0 || ^11.0",
40-
"nesbot/carbon": "^2.63",
39+
"illuminate/support": "^7.20 || ^8.18 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
40+
"nesbot/carbon": "^2.63 || ^3.8.4",
4141
"pestphp/pest": "^1.22",
4242
"phpstan/phpstan": "^1.10.57 || ^2.0.3",
4343
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)