Skip to content

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
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.

4 participants