Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 8, 2013
1 parent 6b862f1 commit 6acc9eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "orchestra/memory",
"description": "Orchestra Platform Memory Component",
"keywords": ["orchestra-platform", "laravel"],
"license": "MIT",
"homepage": "http://orchestraplatform.com/docs/2.0/components/memory/",
"keywords": ["orchestra-platform", "orchestral", "laravel"],
"authors": [
{
"name": "Mior Muhammad Zaki",
"email": "crynobone@gmail.com"
"email": "crynobone@gmail.com",
"homepage": "https://github.com/crynobone"
}
],
"autoload": {
Expand All @@ -16,7 +18,7 @@
},
"require": {
"php": ">=5.3.3",
"orchestra/support": "2.0.*"
"orchestra/support": "self.version"
},
"require-dev": {
"mockery/mockery": "0.8.0",
Expand Down

0 comments on commit 6acc9eb

Please sign in to comment.