convivial-demo-46472: Update composer packages (Drupal Core to 11.3.10) and remove abandoned oomphinc package.#408
Merged
Merged
Conversation
…0) and remove abandoned oomphinc package. Mirrored from (c-46472).
radimklaska
approved these changes
May 27, 2026
…le composer.json. Restores deterministic install layout for the morpht/convivial mirror repo CI, where this composer.json becomes root after mirror_profile.yml runs. Without oomphinc/composer-installers-extender (removed earlier in this PR), drupal/core was landing somewhere drupal-check couldn't reach from modules/custom, breaking the build. No effect inside convivial-demo since the top-level composer.json's installer-paths take precedence. Mirrored from (c-46472).
Contributor
Author
|
Mirrored from (c-46472). |
…ll composer audit to ignore abandoned packages.
Replaces the installer-paths approach (cca4faec) which only fixed drupal-check and then broke Drush bootstrap further along the convivial repo's CI ("Setup Application" step).
oomphinc/composer-installers-extender is what registers drupal-core's install location implicitly for the convivial profile when its composer.json becomes root in the mirror repo. To keep oomphinc without breaking GrumPHP's securitychecker_composeraudit, this commit:
* re-adds oomphinc/composer-installers-extender to web/profiles/custom/convivial/composer.json (require + allow-plugins)
* re-adds the matching allow-plugins entry in the top-level composer.json
* configures securitychecker_composeraudit with abandoned: ignore in both grumphp.yml files
* bumps composer to 2.8.13 (in .lando.yml and the CI workflow) so the --abandoned flag is available
* refreshes composer.lock with oomphinc back
The installer-paths and drupal-scaffold blocks added in cca4faec to the profile composer.json are removed.
Mirrored from (c-46472).
Contributor
Author
|
Mirrored from (c-46472). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mirrored from (c-46472).