Skip to content

Commit

Permalink
fix: composer.json, add mcrypt extension requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Divi committed Aug 26, 2015
1 parent 67cff8b commit 3cd95b7
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "elogank/lol-replay-downloader",
"description": "League of Legends replay downloader library",
"keywords": ["lol", "library", "league of legends", "replay", "match", "record", "spectator", "download"],
"licence": "MIT",
"authors": [
{
"name": "Sylvain Lorinet",
"email": "[email protected]"
}
"name": "elogank/lol-replay-downloader",
"description": "League of Legends replay downloader library",
"keywords": ["lol", "library", "league of legends", "replay", "match", "record", "spectator", "download"],
"licence": "MIT",
"authors": [
{
"name": "Sylvain Lorinet",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"ext-mcrypt": "*",

"elogank/lol-replay": "~1.0.0",
"kriswallsmith/buzz": "~0.13"
},
Expand All @@ -24,4 +26,4 @@
"EloGank\\Replay": "src/"
}
}
}
}

0 comments on commit 3cd95b7

Please sign in to comment.