digitaldeployment / octomodel-installer
Composer plugin that installs Drupal packages in the desired locations.
Installs: 620
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.1
Requires (Dev)
- composer/composer: ^1.5
- drupal/coder: ^8.2
- phpunit/phpunit: ^4.5 || ^5.0.5
- phpunit/phpunit-mock-objects: ^2.3 || ^3.0
This package is not auto-updated.
Last update: 2025-04-05 03:42:47 UTC
README
This is a Composer plugin that, when added as a dependency, causes Drupal package dependencies to be installed into a typical Drupal directory structure in web/
instead of a flat structure in vendor/
.
It's similar to using composer/installers
with composer-installers-extender
like Acquia Lightning
, except you can pull it in as a single dependency instead of setting up a bunch of stuff in composer.json
for every project.