safe-collections/README.md
Chicory ☕ 18b7bdeb60
All checks were successful
Run code tests / Run-code-test (push) Successful in 1m1s
Initial commit
2024-10-29 09:53:57 +01:00

512 B
Raw Permalink Blame History

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