fgm/drupal_composer_builder

A Composer plugin to help build Drupal sites

Maintainers

Package info

code.osinet.fr/fgm/drupal_composer_builder

Type:composer-plugin

pkg:composer/fgm/drupal_composer_builder

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

0.1.3 2021-09-19 10:43 UTC

This package is not auto-updated.

Last update: 2026-03-03 12:15:32 UTC


README

License

The plugin is licensed under the General Public License version 2.0 or later, just like the Drupal code it embeds.

Changes

  • 0.1.3
    • mergeDeepArray moved from NestedArray to MergeParamsCommand to avoid confusion with the Drupal version.
    • first unit test
  • 0.1.2
    • commands can now use configurable templates defined in composer.json
    • new BuildServicesCommand to build the services.yml file.
  • 0.1.1
    • first actual release