You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem 1
- ext-psr is present at version 1.2.0 and cannot be modified by Composer
- laminas/laminas-servicemanager 3.16.0 conflicts with ext-psr *.
- Root composer.json requires laminas/laminas-servicemanager ^3.16 -> satisfiable by laminas/laminas-servicemanager[3.16.0].
How to reproduce
pecl install psr
composer require laminas/laminas-servicemanager
Expected behavior
Should be compatible with ext-psr
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
This is not working with PSR pecl extension, which is at version 1.2
Current behavior
Installation fails with error
How to reproduce
pecl install psr
composer require laminas/laminas-servicemanager
Expected behavior
Should be compatible with
ext-psr
The text was updated successfully, but these errors were encountered: