Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.1 KB

File metadata and controls

29 lines (22 loc) · 1.1 KB

HelloWorld (Composer)

Latest release Build Status Code Coverage Code Quality Software License

HelloWorld is a simple "hello world" style class for testing a simple Composer-based class.

Requirements

  • PHP 5.3 or higher

Installation

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"
	}
],