Skip to content

Commit 105ff05

Browse files
committed
refs #2951 Fixed Laravel version conflict
1 parent 2fdedb8 commit 105ff05

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
@@ -54,7 +54,7 @@
5454
"phpunit/phpunit": "^10.0 || ^11.0"
5555
},
5656
"conflict": {
57-
"laravel/framework": "<10.48.25 || >=11.34.0",
57+
"laravel/framework": "<=10.48.25, <=11.34.0",
5858
"orchestra/testbench-core": "<8.23.9",
5959
"nesbot/carbon": "<2.66.0"
6060
},

0 commit comments

Comments
 (0)