Skip to content

Commit

Permalink
Merge pull request #8 from henriquemoody/develop
Browse files Browse the repository at this point in the history
Created composer.json file.
  • Loading branch information
Alexandre Gomes Gaigalas committed Jan 30, 2012
2 parents 836bbf8 + 599655d commit 99cfbf9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions composer.json
@@ -0,0 +1,34 @@
{
"name": "Respect/Config",
"version": "0.3.1",
"type": "library",
"description": "Persistence simplified.",
"keywords": ["respect", "database", "persistence"],
"homepage": "https://github.com/Respect/Config",
"repositories": {
"Respect/Config": {
"vcs": {
"url" : "git://github.com/Respect/Config.git"
}
}
},
"license" : "New BSD",
"authors" : [
{
"name": "Alexandre Gomes Gaigalas",
"email": "alexandre@gaigalas.net"
},
{
"name": "Augusto Pascutti",
"email": "augusto@phpsp.org.br"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Respect\\Config": "library"
}
}
}

0 comments on commit 99cfbf9

Please sign in to comment.