drupal_composer_builder/README.md
Eric BELLOT ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge).
- Fixed parameter errors, coverage analysis, add phpstan.
- Remove unused code, clarify mergeDeepArray difference from Drupal.
2021-09-19 12:42:50 +02:00

18 lines
496 B
Markdown

# 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
- `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