HelloWorld is a simple "hello world" style class for testing a simple Composer-based class.
- PHP 5.3 or higher
Add the following to your composer.json
:
"require": {
"CodeDruids/hello-world-composer": "1.*"
},
"repositories": [
{
"type": "vcs",
"url": "git://github.com/CodeDruids/hello-world-composer.git"
}
],