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 using psr/log v3 #223

Merged
merged 2 commits into from Oct 13, 2022
Merged

Allow using psr/log v3 #223

merged 2 commits into from Oct 13, 2022

Conversation

Qrzysio
Copy link
Contributor

@Qrzysio Qrzysio commented Sep 20, 2022

Why not using the third version of popular psr/log dependency?

"psr/log": "^1.0 || ^2.0 || ^3.0",

@harikt
Copy link
Member

harikt commented Oct 11, 2022

Hi there,

I have not been taking very close look into the psr changes. ie why.

Thank you for the PR and it looks good to me.

@harikt harikt requested review from kenjis and koriym October 11, 2022 14:21
composer.json Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
Co-authored-by: Akihito Koriyama <akihito.koriyama@gmail.com>
@harikt harikt merged commit 3f1ace5 into auraphp:5.x Oct 13, 2022
@harikt
Copy link
Member

harikt commented Oct 13, 2022

Thank you.

@harikt
Copy link
Member

harikt commented Oct 13, 2022

Interesting the test failed after merge.

@@ -23,7 +23,7 @@
],
"require": {
"php": ">=8.1",
"psr/log": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
Copy link
Member

Choose a reason for hiding this comment

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

Should be "^1.0 || ^2.0 || ^3.0".
There is a zero width space ( ) after 2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants