Sen descrición

Frédéric G. MARAND d30ca9fb6b Issue #7: support Drupal 11 / 10.3 and its dependencies. hai 4 meses
coverage 9d589147f2 QA tooling. Remove abstract status of Builder class. %!s(int64=3) %!d(string=hai) anos
src d30ca9fb6b Issue #7: support Drupal 11 / 10.3 and its dependencies. hai 4 meses
tests d30ca9fb6b Issue #7: support Drupal 11 / 10.3 and its dependencies. hai 4 meses
.editorconfig ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge). %!s(int64=3) %!d(string=hai) anos
.gitignore d30ca9fb6b Issue #7: support Drupal 11 / 10.3 and its dependencies. hai 4 meses
LICENSE c4365a66fd Adjusted command descriptions for a standard build. %!s(int64=5) %!d(string=hai) anos
README.md 22d01c76be Add Composer v2 compatibility. %!s(int64=3) %!d(string=hai) anos
composer.json d30ca9fb6b Issue #7: support Drupal 11 / 10.3 and its dependencies. hai 4 meses
phpunit.xml d30ca9fb6b Issue #7: support Drupal 11 / 10.3 and its dependencies. hai 4 meses

README.md

drupal_composer__builder

License

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

Changes

  • 0.2.0
    • Composer 2 compatibility in addition to Composer 1
    • PHP 8 support
  • 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