-
Notifications
You must be signed in to change notification settings - Fork 163
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
composer create-project installing older version #940
Comments
@christer77 has volunteered on this one. |
@ConnectGrid It could be due to caching. Did you try this: |
What is the exact error message? Cypht 1.4.x supports minimum PHP 5.6 It could be a pain to support PHP 5.6 to PHP 8.4 so we may want to put a max PHP version for Cypht 1.4.x Can you try Cypht master? We did some work to support PHP 7.4 to PHP 8.4 |
ERROR MESSAGE : |
ok, so the next version of HTML Purifier will support PHP 8.4 |
Exactly, and this since version 4.17, this means that I am returning the PR because this of which is 4.16 is limited to 8.3 |
@christer77 You need to generate a composer.lock file as well. |
It's noted @marclaporte |
@christer77 please see comments for #943 |
🐛 Bugreport
Running
composer require jason-munro/cypht
installs the latest version (1.4.1 at time of this writing). However, callingcomposer create-project jason-munro/cypht
is installing v1.4.0, which has outdated dependencies that don't support PHP 8.3.x.I'm not familiar with enough the
create-project
command to know how to fix this.Version & Environment
Rev: []
OS: []
Steps to reproduce
composer create-project jason-munro/cypht
On PHP 8.3, dependency validation fails.
The text was updated successfully, but these errors were encountered: