User tests: Successful: Unsuccessful:
I dont know why it didnt get updated but we should be using the latest version
summary of changes
Category | ⇒ | External Library Composer Change |
Status | New | ⇒ | Pending |
Rebased it for 5.2, we will not have a 5.1 release any more, not sure if it's not too late for 5.2
Thanks
Title |
|
Labels |
Added:
Composer Dependency Changed
PR-5.1-dev
PR-5.2-dev
|
merge conflict fixed
I took the liberty to updating it to the latest version and fixing the broken composer.lock. When the tests pass, I'll merge this. Reviewing the changes between 0.15.4 and 0.20.0 this is all backwards compatible.
Thanks
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-09-11 20:44:58 |
Closed_By | ⇒ | Hackwar |
Thank you for your contribution @brianteeman
Perhaps... https://getcomposer.org/doc/articles/versions.md#caret-version-range-
For pre-1.0 versions it also acts with safety in mind and treats ^0.3 as >=0.3.0 <0.4.0 and ^0.0.3 as >=0.0.3 <0.0.4.