-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Description
Summary
Hello,
We work on an Oro 6 project with bundles requiring psr/log in version 3.
But OroPlatform restricts psr/log only to versions 1.1.*.
https://github.com/oroinc/platform-er/blob/master/composer.json#L131
So we have a requirement blocker when we composer install our project.
The last 1.1.* version was near 4 years ago (https://packagist.org/packages/psr/log#1.1.4), while the last 3.0.* version was 7 months ago (https://packagist.org/packages/psr/log#3.0.2).
Example
Could you extend the psr/log requirement to versions 2 and 3 (just like Symfony 6 does it)?
"require": {
"psr/log": "^1|^2|^3",https://github.com/symfony/symfony/blob/6.4/composer.json#L50
Thank you.
Best regards,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels