During the uninstall of a module using ComposerManager, some libraries get required even if their files have been removed (by composer itself?)

How to reproduce: install a module that uses ComposerManager and later un-install it (my modules are using Guzzle in this example).

The patch simply checks that the library to be required exists before calling require_once

CommentFileSizeAuthor
do-not-require-removed-libraries.patch483 bytesthePanz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

thePanz created an issue. See original summary.

thePanz’s picture

Issue summary: View changes

  • markcarver committed 70a7fd2 on 7.x-2.x authored by thePanz
    Issue #2616188 by thePanz: Avoid requiring removed libraries
    
markhalliwell’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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