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

[UPD]composer.json: composer create-project installing older version #943

Conversation

christer77
Copy link
Member

@christer77 christer77 force-pushed the composer-create-project-installing-older-version branch from af7ff27 to f119681 Compare April 10, 2024 14:07
Copy link
Member

@Shadow243 Shadow243 left a 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.

https://github.com/ezyang/htmlpurifier/releases

@marclaporte
Copy link
Member

@Shadow243 Since composer.json has "ezyang/htmlpurifier": "^4.16", it should get 4.17, 4.18, etc. right?

@marclaporte
Copy link
Member

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",
Copy link
Member

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!

@christer77 christer77 force-pushed the composer-create-project-installing-older-version branch from f119681 to a68a01c Compare April 16, 2024 23:31
composer.lock Outdated
Copy link
Member

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

@christer77 christer77 force-pushed the composer-create-project-installing-older-version branch from a68a01c to 4d2cdfc Compare April 18, 2024 06:04
@marclaporte marclaporte merged commit 080c8ab into cypht-org:master Apr 19, 2024
@marclaporte
Copy link
Member

@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.
https://getcomposer.org/doc/articles/versions.md#caret-version-range-

So if this MR fixes the intended bug, it comes from another dependency.

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.

3 participants