acmecorptest / reference-extension
📦 This Bolt extension can be used as a starting point to base your own extensions on.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:bolt-extension
Requires
- php: >=7.1.3
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- bolt/core: ^4.0.0
- symplify/easy-coding-standard: ^6.0
This package is auto-updated.
Last update: 2025-03-12 17:16:02 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