Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
- Fork the project
- Create a new branch
- Code, test, commit and push
- Open a pull request detailing your changes.
- Please follow the PSR-12 Coding Style Guide, enforced by Pint.
- Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
- You may need to rebase to avoid merge conflicts.
- Please remember that we follow SemVer.
Clone your fork, then install the dependencies:
composer installRun all tests:
composer testLinting:
composer test:lintStatic analysis:
composer test:staticPHPUnit tests:
composer test:coverage