acmecorptest/reference-extension

📦 This Bolt extension can be used as a starting point to base your own extensions on.

dev-master 2023-11-12 14:12 UTC

This package is auto-updated.

Last update: 2024-04-12 15:14:43 UTC


README

Author: YourNameHere

This Bolt extension can be used as a starting point to base your own extensions on.

Installation:

composer require acmecorptest/reference-extension

Running PHPStan and Easy Codings Standard

First, make sure dependencies are installed:

COMPOSER_MEMORY_LIMIT=-1 composer update

And then run ECS:

vendor/bin/ecs check src