Skip to content

Commit

Permalink
Adding compoer.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Mar 18, 2012
1 parent c864362 commit c526b64
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "proem/proem",
"description": "A lightweight, simple, fast MVC implementation for PHP5.4",
"keywords": ["MVC","Framework"],
"homepage": "http://github.com/proem/proem",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Tony R Quilkey",
"email": "trq@proemframework.org",
"homepage": "http://proemframework.org"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-0": {"Proem": "lib/"}
}
}

0 comments on commit c526b64

Please sign in to comment.