Skip to main 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.0 setup.

make setup

Running tests

make test

Fix code linting

make lint-fix

Running CI scripts

make ci