If you find any bugs or issues, please open a new issue. Before opening an issue, please make sure that the issue has not already been reported.
Pull requests are welcome! If you would like to submit a pull request, please make sure that your code follows the PSR-12 coding standard. Before submitting a pull request, please make sure that your code passes the tests and that the tests provide sufficient coverage for your code.
You can run the tests with the following command:
composer test
You can fix the code style with the following command:
composer format
You can run static analysis with the following command:
composer analyse