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.

CommentFileSizeAuthor
#1 composer-2175447-1.patch12.67 KBtim.plunkett

Comments

tim.plunkett’s picture

Status: Active » Needs review
StatusFileSize
new12.67 KB
larowlan’s picture

Status: Needs review » Reviewed & tested by the community

just a self update to bring in the psr-4 stuff, so only autoloader changes

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Awesome, thanks for the fast turnaround on this!

Committed and pushed to 8.x.

donquixote’s picture

The 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.