Skip to content

Releases: pluswerk/grumphp-bom-task

Release 4.1

05 Oct 07:26
Compare
Choose a tag to compare

Update Grumphp to 0.12.0

Release 4.0

12 Jul 15:16
Compare
Choose a tag to compare

If you come from andersundsehr/grumphp-bom-task, change the extensions Loader path in the grumphp.yml file.

parameters:
    tasks:
        aus_bom_fixer:
            triggered_by:  [php, css, scss, less, json, sql, yml, txt]
    extensions:
        - AUS\GrumPHPBomTask\ExtensionLoader

from:
to:

parameters:
    tasks:
        plus_bom_fixer:
            triggered_by:  [php, css, scss, less, json, sql, yml, txt]
    extensions:
        - PLUS\GrumPHPBomTask\ExtensionLoader