diff --git a/composer.json b/composer.json index 7541b04..f4cd751 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=7.0", - "mpociot/botman": "~2.0" + "botman/botman": "~2.0" }, "require-dev": { "phpunit/phpunit": "~5.0", @@ -36,7 +36,5 @@ "scripts": { "test": "vendor/bin/phpunit", "cs": "php-cs-fixer fix" - }, - "minimum-stability": "dev", - "prefer-stable": true + } }