All three of the related issues are just trying to update a library, but because composer is out of date, they are being bundled with the composer updates as well.
#2172235-9: Upgrade Twig to 1.15.* from 1.12.* explains why we shouldn't ignore the composer bits, and @webchick asked for this to just be done first, as a standalone thing.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | composer-2175447-1.patch | 12.67 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettComment #2
larowlanjust a self update to bring in the psr-4 stuff, so only autoloader changes
Comment #3
webchickAwesome, thanks for the fast turnaround on this!
Committed and pushed to 8.x.
Comment #4
donquixote commentedThe commit contains some noise that we could avoid in the future:
#2176265: Set an explicit ["config"]["autoloader-suffix"] in composer.json to avoid noise on composer update.
Purpose:
- Reduce patch footprint.
- Make it easier to merge different branches that each did their own autoload-dump.
- Make it possible to blindly run composer autoload-dump with no changes at all to see that the autoload stuff is up to date.