Skip to content

Commit

Permalink
Create composer.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradley-holt committed Apr 4, 2012
1 parent d180af1 commit 16b065c
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": "slim/slim",
"type": "library",
"description": "A RESTful micro framework for PHP 5 inspired by Sinatra",
"keywords": ["framework"],
"homepage": "http://www.slimframework.com/",
"license": "MIT",
"authors": [
{
"name": "Josh Lockhart",
"email": "info@joshlockhart.com",
"homepage": "http://www.joshlockhart.com/"
}
],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"psr-0": {
"Slim": "Slim/",
"Slim_": ""
}
}
}

0 comments on commit 16b065c

Please sign in to comment.