Skip to content

Commit

Permalink
Composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogsdon committed Aug 15, 2012
1 parent 439d2af commit b9946d1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
@@ -0,0 +1,21 @@
{
"name": "jlogsdon/cli",
"type": "library",
"description": "Console utilities for PHP",
"keywords": ["console", "cli"],
"homepage": "http://github.com/jlogsdon/php-cli-tools",
"license": "MIT",
"authors": [
{
"name": "James Logsdon",
"email": "jlogsdon@php.net",
"role": "Developer"
}
],
"require": {
"php": ">= 5.3.0"
},
"autoload": {
"psr-0": {"cli": "lib/"}
}
}

0 comments on commit b9946d1

Please sign in to comment.