Skip to content

Commit

Permalink
Fixing composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leek committed Oct 16, 2013
1 parent e804551 commit 2e2830a
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions composer.json
@@ -1,22 +1,21 @@
{
"name": "knodes/li3_ensureindex",
"type": "lithium-library",
"repositories": [
"description": "",
"keywords": ["mongodb", "indexes", "li3", "lithium"],
"homepage": "https://github.com/Knodes/li3_ensureindex",
"authors": [
{
"type": "vcs",
"url": "https://github.com/nervetattoo/li3_ensureindex.git"
"name": "Chris Jones",
"email": "leeked@gmail.com",
"homepage": "https://github.com/leek"
},
{
"name": "Contributors",
"homepage": "https://github.com/Knodes/li3_ensureindex/contributors"
}
],
"require": {
"php" : ">=5.3.6",
"composer/installers": "dev-master"
},
"require-dev": {
"unionofrad/lithium": "dev-master"
},
"autoload" : {
"psr-0" : {
"li3_ensureindex" : "./"
}
"composer/installers": "*"
}
}

0 comments on commit 2e2830a

Please sign in to comment.