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
- Root composer.json requires odan/session * -> satisfiable by odan/session[0.1.0, ..., 0.5.1, 1.0.0, 2.0.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0, 4.0.0, 4.1.0, 5.0.0, 5.1.0, 6.0.0, ..., 6.5.0].
- odan/session[0.1.0, ..., 0.5.1, 1.0.0] require php ^7.0 -> your php version (8.5.2) does not satisfy that requirement.
- odan/session[2.0.0, 3.0.0, ..., 3.3.0, 4.0.0] require php ^7.2 -> your php version (8.5.2) does not satisfy that requirement.
- odan/session[4.1.0, 5.1.0] require psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.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.
- odan/session 5.0.0 requires php ^7.3 -> your php version (8.5.2) does not satisfy that requirement.
- odan/session[6.0.0, ..., 6.1.0] require psr/http-message ^1 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.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.
- odan/session 6.2.0 requires php 8.2.* || 8.3.* -> your php version (8.5.2) does not satisfy that requirement.
- odan/session[6.3.0, ..., 6.5.0] require php ~8.2.0 || ~8.3.0 || ~8.4.0 -> your php version (8.5.2) does not satisfy that requirement.
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 odan/session:*" to figure out if any version is installable, or "composer require odan/session:^2.1" if you know which you need.
I fixed the latest release. Please try it again with version 6.5.1. Thanks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.