Feel free to open pull requests.
Even though the code base itself is php 7.3 compatible, the setup of this project for development purposes requires php >= 7.4.
To start developing simply run composer run-script dev-setup
to install dev-dependencies and tools.
Make sure
- to run
composer run-script cs-fix
to have the coding standards applied. - to run
composer run-script test
and pass all tests.