Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 440 Bytes

Coding Guidelines

  • This package follows the coding guidelines used by Laravel.
  • Pull requests for the latest major release MUST be sent to the master branch.
  • To preserve the quality of the package, only tested code changes will by reviewed.

Testing

Execute tests and code quality tool with following command.

composer test