eiriksm/drupal-package-cleaner

Composer plugin to improve composer performance for Drupal projects

dev-master 2019-11-10 20:26 UTC

This package is auto-updated.

Last update: 2024-04-11 14:03:09 UTC


README

Build Status

Makes your drupal updates use less memory and time.

Installation

Just require it in your Drupal project like a normal package:

composer require eiriksm/drupal-package-cleaner

Configuration

There is no configuration. Currently the only thing it does, is filter out packages we know we don't need if you are requiring a specific version of drupal/core-recommended. Like for example so:

composer require drupal/core-recommended:8.7.1 --update-with-dependencies