Skip to content

Commit

Permalink
Add composer file.
Browse files Browse the repository at this point in the history
  • Loading branch information
apinstein committed Jan 22, 2013
1 parent e7e2271 commit 3c5e1f6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "apinstein/config_magic",
"type": "library",
"description": "Configuration management system for arbitrary ",
"keywords": ["config"],
"homepage": "http://github.com/apinstein/config-magic",
"license": "MIT",
"authors": [
{
"name": "Alan Pinstein",
"email": "apinstein@mac.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0"
},
"bin": ["cfg"]
}

0 comments on commit 3c5e1f6

Please sign in to comment.