-
Notifications
You must be signed in to change notification settings - Fork 161
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
[UPD]composer.json: composer create-project installing older version #943
[UPD]composer.json: composer create-project installing older version #943
Conversation
af7ff27
to
f119681
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually see version 4.17 with bug fixes and some good reactions. Seems like they're making steady improvements of version 4.16.
@Shadow243 Since composer.json has "ezyang/htmlpurifier": "^4.16", it should get 4.17, 4.18, etc. right? |
Yes, we are already getting: https://github.com/cypht-org/cypht/blob/master/composer.lock#L249 @christer77 I don''t understand how this MR fixes the issue |
composer.json
Outdated
@@ -32,7 +32,7 @@ | |||
"ext-mbstring": "*", | |||
"ext-openssl": "*", | |||
"ext-session": "*", | |||
"ezyang/htmlpurifier": "^4.13", | |||
"ezyang/htmlpurifier": "^4.16", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@christer77 Can you add composer.lock to this PR please!
f119681
to
a68a01c
Compare
composer.lock
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ezyang/htmlpurifier doesn't change in composer.lock
a68a01c
to
4d2cdfc
Compare
@christer77 I merged this because it leads to updating composer.lock so we get latest dependencies, but your change of ezyang/htmlpurifier in composer.json had no impact on composer.lock ezyang/htmlpurifier ^4.13 means 4.13 or higher. So if this MR fixes the intended bug, it comes from another dependency. |
related issue