Skip to content

Commit

Permalink
[tmp] Remove Symfony Cache v7.1 support from composer dependencies
Browse files Browse the repository at this point in the history
This commit updates the composer.json file to remove support for Symfony 7.1 in the "symfony/process" package. Ensuring compatibility with versions ^4.3, ^5.4, and ^6.1 simplifies maintenance and resolves potential conflicts.
  • Loading branch information
koriym committed Sep 3, 2024
1 parent 5c34afc commit b53c499
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 @@ -37,7 +37,7 @@
"ray/rector-ray": "^1.0",
"rector/rector": "^0.14.8",
"squizlabs/php_codesniffer": "^3.7",
"symfony/process": "^4.3 || ^5.4 || ^6.1 || ^7.1",
"symfony/process": "^4.3 || ^5.4 || ^6.1",
"twig/twig": "^2.15.3 || ^3.4.3",
"vimeo/psalm": "^5.6"
},
Expand Down

0 comments on commit b53c499

Please sign in to comment.