Skip to content

Commit b17f420

Browse files
authored
Merge pull request #55 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents eb0fe9c + 98c5c07 commit b17f420

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
],
2222
"require": {
2323
"php": "^8.1",
24-
"illuminate/contracts": "~8|~9|~10|~11",
25-
"illuminate/support": "~8|~9|~10|~11",
24+
"illuminate/contracts": "~8|~9|~10|~11|^12.0",
25+
"illuminate/support": "~8|~9|~10|~11|^12.0",
2626
"phayes/geophp": "~1.2"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.6",
3030
"mockery/mockery": "^1.5.1",
3131
"phpunit/phpunit": "^9.6.5",
32-
"psy/psysh": "^0.11.1",
33-
"symfony/var-dumper": "^6.2"
32+
"psy/psysh": "^0.11.1|^0.12",
33+
"symfony/var-dumper": "^6.2|^7.2"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)