Closed as not planned
Description
Symfony version(s) affected
6.2.14
Description
why in composer.json
you use ^ and >at same time, intead of use one common simbol:
"require": {
"php": ">=8.1",
...
"friendsofphp/proxy-manager-lts": "^1.0.2",
"doctrine/event-manager": "^1.2|^2",
"doctrine/persistence": "^3.1",
"twig/twig": "^2.13|^3.0.4",
...
},
How to reproduce
view the composer.json https://github.com/symfony/symfony/blob/6.4/composer.json
Possible Solution
update the composer.json: #51420
Additional Context
No response