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 b478e25 commit fbd9b3e
Showing 1 changed file with 2 additions and 4 deletions.
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"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
Expand All @@ -36,7 +36,5 @@
"scripts": {
"test": "vendor/bin/phpunit",
"cs": "php-cs-fixer fix"
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit fbd9b3e

Please sign in to comment.