Skip to content

Commit

Permalink
Merge pull request #2 from RobLoach/master
Browse files Browse the repository at this point in the history
Composer support for Console_Color2
  • Loading branch information
CloCkWeRX committed Apr 18, 2012
2 parents 46d0ac3 + 074547a commit ae151f6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
@@ -0,0 +1,28 @@
{
"name": "pear/Console_Color2",
"description": "This Class allows you to easily use ANSI console colors in your application.",
"type": "library",
"keywords": [ "console" ],
"homepage": "https://github.com/pear/Console_Color2",
"license": "MIT",
"authors": [
{
"name": "Daniel O'Connor",
"email": "daniel.oconnor@gmail.com"
},
{
"name": "Stefan Walk",
"email": "et@php.net"
},
{
"name": "Scott Mattocks",
"email": "scottmattocks@php.net"
}
],
"require": {
"php": ">=5.0.0"
},
"autoload": {
"psr-0": { "Console_Color2": "" }
}
}

0 comments on commit ae151f6

Please sign in to comment.