andersundsehr/grumphp-bom-task

This package is abandoned and no longer maintained. The author suggests using the pluswerk/grumphp-bom-task package instead.

Force files to have no BOM

3.1.0 2017-01-12 08:58 UTC

This package is auto-updated.

Last update: 2022-02-01 13:00:10 UTC


README

Force files to have no BOM via GrumPHP

grumphp.yml:

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

composer:

composer require --dev andersundsehr/grumphp-bom-task