Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 17:38
239496a

Changes

  • Renamed namespace Core23\MatomoBundle to Nucleos\MatomoBundle after move to [@nucleos]

    Run

    $ composer remove core23/matomo-bundle
    

    and

    $ composer require nucleos/matomo-bundle
    

    to update.

    Run

    $ find . -type f -exec sed -i '.bak' 's/Core23\\MatomoBundle/Nucleos\\MatomoBundle/g' {} \;
    

    to replace occurrences of Core23\MatomoBundle with Nucleos\MatomoBundle.

    Run

    $ find -type f -name '*.bak' -delete
    

    to delete backup files created in the previous step.

  • Add missing strict file header @core23 (#34)

  • Replace HTTPlug with PSR http client @core23 (#31)

📦 Dependencies