Skip to the content.

Development

Setup

You can override default PHP version by setting PHP_VERSION as Makefile argument. Example: make PHP_VERSION=8.2 setup.

make setup

Running tests

make test

Fix code linting

make lint-fix

Running CI scripts

make ci