amercier/php-cli-helpers

View on GitHub
docs/contributing.md

Summary

Maintainability
Test Coverage
Contributing
============

Contributions (issues ♥, pull requests ♥♥♥) are more than welcome! Feel free to
clone, fork, modify, extend, etc, as long as you respect the
[license terms](../LICENSE).


Dependencies
------------

The following section will help you to install all the dependencies of this
project.

Prerequisites:
  - PHP >= 5.3.2, check with `php -v`
  - curl , check with `curl --version`

All you need is to go to the project root folder and execute:

    make


Publish a release
-----------------

Before publishing a new release, you need to ensure that:

✔ The version number is up-to-date in [README.md](../README.md)  
✔ The version number is up-to-date in [docs/install.md](../docs/README.md)