Skip to content

Commit c9898d3

Browse files
authored
Updating symphony version requirements to avoid dependency downgrade 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.
1 parent efe3862 commit c9898d3

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
@@ -23,7 +23,7 @@
2323
"laravel/framework": "^10.0 || ^9.0 || >=8.40.0 || ^7.0",
2424
"zircote/swagger-php": "^3.2.0 || ^4.0.0",
2525
"swagger-api/swagger-ui": "^3.0 || >=4.1.3",
26-
"symfony/yaml": "^5.0 || ^6.0",
26+
"symfony/yaml": "^5.0 || ^6.0 || ^7.0",
2727
"ext-json": "*"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)