Aucune description

Frederic G. MARAND 317a4a77bb Merge branch 'key_deletion_and_replacement' il y a 2 ans
src ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge). il y a 2 ans
tests ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge). il y a 2 ans
.editorconfig ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge). il y a 2 ans
.gitignore ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge). il y a 2 ans
LICENSE c4365a66fd Adjusted command descriptions for a standard build. il y a 4 ans
README.md ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge). il y a 2 ans
composer.json ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge). il y a 2 ans
phpunit.xml ea929fcaa9 Allow key deletion. Replace overridden indexed arrays (no merge). il y a 2 ans

README.md

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