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
## This PR
- updates the `psr/log` version requirements
### Notes
Some projects require other versions of `psr/log` than `1.*`
Example:
On a fresh Laravel 9 project, running `composer require
open-feature/sdk` yields the following error:
```
Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update open-feature/sdk
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires open-feature/sdk * -> satisfiable by open-feature/sdk[0.0.2, ..., 0.1.1, 1.0.0, ..., 1.3.1].
- open-feature/sdk[0.0.2, ..., 0.1.1, 1.0.0, ..., 1.3.1] require psr/log ^1.1 -> found psr/log[1.1.0, ..., 1.1.4] but the package is fixed to 3.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require open-feature/sdk:*" to figure out if any version is installable, or "composer require open-feature/sdk:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
```
---------
Signed-off-by: Jacem Chaieb <[email protected]>
Signed-off-by: Tom Carrio <[email protected]>
Co-authored-by: Tom Carrio <[email protected]>
0 commit comments