Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow both psr/container versions. #17356

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Allow both psr/container versions. #17356

merged 1 commit into from
Oct 17, 2023

Conversation

dereuromark
Copy link
Member

@dereuromark dereuromark commented Oct 17, 2023

Resolves #17355 and other similar issues reported
cakephp/phinx#2227 for example

Given that we only pull psr/container because of league, and league allows both, it seems only logical that we dont artifically limit it either.

Now:

cakephp/cakephp  5.x requires psr/container (^1.1 || ^2.0) 
league/container 4.2.0       requires psr/container (^1.1 || ^2.0) 

Which seems correct.

@markstory
Copy link
Member

Seems fine to me, the additional compatibility on the widely used interface libraries should be safe as we're not changing the implementation libraries.

Copy link
Contributor

@markusramsak markusramsak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good to me

@markstory markstory merged commit 753830f into 5.x Oct 17, 2023
11 checks passed
@markstory markstory deleted the 5.x-psr branch October 17, 2023 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

composer issue with laminas mail
3 participants