Skip to content

Commit

Permalink
Fixed Laravel version conflict for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 27, 2024
1 parent 35345c3 commit 019bb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"phpunit/phpunit": "^10.0 || ^11.0"
},
"conflict": {
"laravel/framework": "<10.48.25",
"laravel/framework": "<10.48.25 || >=11.34.0",
"orchestra/testbench-core": "<8.23.9",
"nesbot/carbon": "<2.66.0"
},
Expand Down

0 comments on commit 019bb4b

Please sign in to comment.