Skip to content

Commit

Permalink
Updating symphony version requirements to avoid dependency downgrade …
Browse files Browse the repository at this point in the history
…on Laravel 10 (#563)

When installing fresh laravel 10 project there is a dependency error which can be solved by allowing symphony in a 7.0 version.
  • Loading branch information
brayanibp committed Dec 8, 2023
1 parent efe3862 commit c9898d3
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 @@ -23,7 +23,7 @@
"laravel/framework": "^10.0 || ^9.0 || >=8.40.0 || ^7.0",
"zircote/swagger-php": "^3.2.0 || ^4.0.0",
"swagger-api/swagger-ui": "^3.0 || >=4.1.3",
"symfony/yaml": "^5.0 || ^6.0",
"symfony/yaml": "^5.0 || ^6.0 || ^7.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit c9898d3

Please sign in to comment.