mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 21:15:56 +03:00
[GH-ISSUE #415] Loose version constraint composer dependencies #345
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#345
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xorti on GitHub (Jul 29, 2020).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/415
Originally assigned to: @jasonmunro on GitHub.
🗣 Suggestion
Loose version composer dependencies in order to use newer versions.
Currently, on composer.json:
Suggestion:
That will allow, for example, to install
ezyang/htmlpurifierwith v4.13.0 that includes some fixes with curly braces in PHP7.4 and PHP8.Thank you.
@jasonmunro commented on GitHub (Jul 29, 2020):
I'm happy to do this. I presume the leading "^" means this version or newer (I will read up on it). If there are newer compatible versions I'm open to bumping the minimums up as well.
@xorti commented on GitHub (Jul 29, 2020):
I'm doing the PR at this moment!
There is no need to bump the minimums, composer itself will manage that, and it will be wider the options. The minimums should be bumped only if the cypth code changes and the minimum version for dependencies brake the functionality.
The "^" will allow versions for example in the ezyang/htmlpurifier to be up to <5.0.0. Using "~" will just allow <4.11.0.