- Fixed parameter errors, coverage analysis, add phpstan. - Remove unused code, clarify mergeDeepArray difference from Drupal.
496 B
496 B
drupal_composer__builder
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
mergeDeepArraymoved fromNestedArraytoMergeParamsCommandto avoid confusion with the Drupal version.- first unit test
- 0.1.2
- commands can now use configurable templates defined in
composer.json - new
BuildServicesCommandto build theservices.ymlfile.
- commands can now use configurable templates defined in
- 0.1.1
- first actual release