Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Aug 28, 2017
1 parent 4be8938 commit 677e7f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BotMan Slack Driver
# BotMan Discord Driver

BotMan driver to connect Slack with [BotMan](https://github.com/botman/botman)
BotMan driver to connect Discord with [BotMan](https://github.com/botman/botman)

## Contributing

Expand Down
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.0",
"mpociot/botman": "~2.0",
"botman/botman": "~2.0",
"team-reflex/discord-php": "^4.0"
},
"require-dev": {
Expand All @@ -37,7 +37,5 @@
"scripts": {
"test": "vendor/bin/phpunit",
"cs": "php-cs-fixer fix"
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 677e7f6

Please sign in to comment.