generated from chicory/package-template
Validated implementation of Collection interface from doctrine/collections.
|
||
---|---|---|
.gitea/workflows | ||
docker | ||
.gitignore | ||
.php-cs-fixer.php | ||
composer.json | ||
LICENSE | ||
Makefile | ||
phpstan.neon | ||
phpunit.xml | ||
README.md |
Composer package template
Template for composer packages with CI and a Docker image for local development.
Commands
Install dependencies
make install
Сode style fixer
make code-style-fix
Сode style check
make code-style-check
Run analyzer
make analyze-code
Run unit tests
make run-unit-tests
Run full test
make full-test
Remove all docker data
make prune