Skip to the content.

Development

Setup

Default PHP version is 8.3. You can override it by setting PHP_VERSION as Makefile argument. Example: make PHP_VERSION=8.1 setup.

make setup

Running tests

make test

Fix code linting

make lint-fix

Running CI scripts

make ci