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 ac3be82 commit a73e745
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 @@ -17,7 +17,7 @@
],
"require": {
"php": ">=7.0",
"mpociot/botman": "~2.0"
"botman/botman": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
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 a73e745

Please sign in to comment.