[Fix] localheinz/diff dependency to version 1.3.0#1493
[Fix] localheinz/diff dependency to version 1.3.0#1493localheinz merged 1 commit intoergebnis:mainfrom
localheinz/diff dependency to version 1.3.0#1493Conversation
6a1e910 to
f6749ca
Compare
|
Yes, I made a mistake here and accidentally pushed tags that I had no intention to push. I have deleted them on Not sure if this makes things worse, but I probably need to find a better way. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1493 +/- ##
=========================================
Coverage 82.75% 82.75%
Complexity 60 60
=========================================
Files 4 4
Lines 377 377
=========================================
Hits 312 312
Misses 65 65 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thank you, @andrey-helldar! |
Removing tags in the repository helps. Now, to make everything work for others, you need to update the dependency (locally or globally). Then the composer will see that the version is missing and automatically roll it back. The changes I have proposed will “nail down” version 1.3.0 in the project code. |
Description
Today I discovered a problem - the normalizer stopped starting.
The reason is the updated dependency
localheinz/diffto version 1.4.1.Apparently, someone pushed the old tags:
Release dates for tags:
Why
1.4.1version? It's simple:>=5.3.3^5.3.3 || ^7.0^5.3.3 || ^7.0I use a PHP 8.3 and 8.4 versions.
Reproducing the problem:
Environment
Hotfix for developers
Fix is working: