Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 644 Bytes

contributing.md

File metadata and controls

33 lines (20 loc) · 644 Bytes

Contribute

In order to run unit tests, please install the dev dependencies:

curl -sS https://getcomposer.org/installer | php
php composer.phar install

Then, in order to run the test suite:

./vendor/bin/phpunit

Thanks for your help.

Releasing

Please NEVER tag manually.

Requirements

You will need to install :

Usage

These commands will create phar, debian and binary release, then run all tests and push new release to Github:

make release VERSION=<VERSION>
# <VERSION> can be `major`, `minor` or `patch`