fgm / drupal_composer_builder
A Composer plugin to help build Drupal sites
0.1.3
2021-09-19 10:43 UTC
Requires
- composer-plugin-api: ^1.1
- composer/installers: ^1.2
Requires (Dev)
- composer/composer: ^1
- dealerdirect/phpcodesniffer-composer-installer: dev-master
- drupal/coder: ^8.3.6
- phpstan/phpstan: ^0.12.99
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.0@dev
- twig/twig: ^1
This package is not auto-updated.
Last update: 2024-11-12 06:03:10 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 fromNestedArray
toMergeParamsCommand
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 theservices.yml
file.
- commands can now use configurable templates defined in
- 0.1.1
- first actual release