Skip to content

Allow using psr/log v3#223

Merged
harikt merged 2 commits intoauraphp:5.xfrom
Qrzysio:psrlog_update
Oct 13, 2022
Merged

Allow using psr/log v3#223
harikt merged 2 commits intoauraphp:5.xfrom
Qrzysio:psrlog_update

Conversation

@Qrzysio
Copy link
Copy Markdown
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
Copy Markdown
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
Comment thread composer.json Outdated
Comment thread composer.json Outdated
Co-authored-by: Akihito Koriyama <akihito.koriyama@gmail.com>
@harikt harikt merged commit 3f1ace5 into auraphp:5.x Oct 13, 2022
@harikt
Copy link
Copy Markdown
Member

harikt commented Oct 13, 2022

Thank you.

@harikt
Copy link
Copy Markdown
Member

harikt commented Oct 13, 2022

Interesting the test failed after merge.

Comment thread composer.json
"require": {
"php": ">=8.1",
"psr/log": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
Copy link
Copy Markdown
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