Skip to content

Commit

Permalink
Add Composer support.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Apr 14, 2012
1 parent 467044a commit ebb8666
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "pear/Console_Color",
"type": "library",
"description": "This Class allows you to easily use ANSI console colors in your application.",
"keywords": [ "console", "pear" ],
"homepage": "http://pear.php.net/package/Console_Color/",
"license": "BSD",
"authors": [
{
"name": "Stefan Walk",
"homepage": "http://pear.php.net/user/et"
},
{
"name": "Scott Mattocks",
"homepage": "http://pear.php.net/user/scottmattocks"
}
],
"require": {
"php": ">=4.0.0"
},
"autoload": {
"classmap": { "Console_Color": "" }
}
}

0 comments on commit ebb8666

Please sign in to comment.