Modules that turn themselves off.
A useless machine or useless box is a device whose only function is to turn itself off.
-- Wikipedia
These modules exist solely to replace modules that have been accidentally removed from your Drupal site. Upon updb
they disable themselves, automagically removing the missing module from your configuration.
If you are using a package that requires useless_machines
(like YMCA Website Services) but you still need one of these modules:
- fork this repo
- remove the line of any module you want to use from the
conflict
section incomposer.json
- remove the corresponding directory
- remove the line of any module you want to use from the
- swap out your fork by using an inline alias in your project's
composer.json
.
Fret not, we've got a branch for you.
composer require ycloudyusa/useless_machines:"dev-allow-contrib as dev-main"