Skip to content

Commit

Permalink
Updated composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Nov 12, 2016
1 parent 2b9533d commit 68dce38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skinnybot/skinny",
"description": "A simple discord bot in PHP.",
"description": "A framework to create discord bot in PHP.",
"homepage": "https://github.com/SkinnyBot/Skinny",
"keywords": ["discord", "bot", "php", "discordphp", "botphp", "skinny"],
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"require": {
"php": ">=5.6",
"team-reflex/discord-php": "4.*",
"skinnybot/plugin-installer": "dev-master"
"skinnybot/plugin-installer": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down

0 comments on commit 68dce38

Please sign in to comment.