Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 674 Bytes

File metadata and controls

34 lines (22 loc) · 674 Bytes

Contributing

Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.

Guidelines

  • 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.

Setup

Clone your fork, then install the dev dependencies :

composer install

Coding Style

Please ensure the coding style running :

composer format

Tests

Run all tests :

composer test