All contributions are welcome. If you want to ask or propose something please create an issue. If you want to contribute please send in a pull request.
Please make sure to follow these rules when creating a pull request.
- Follow the PSR-2 coding standards
- Write tests for new functionality or bug fixes
- Keep the readme.md file and documentation up-to-date with changes
- We follow Semantic Versioning so please send pull requests to the correct branch
- Update the changelog.md file with any updates and follow the changelog standards
You can run the tests with the following commands.
$ vendor/bin/phpspec run
$ vendor/bin/phpunit