Skip to content

Commit ad15ef8

Browse files
committed
Update dependencies
1 parent 53ee9fb commit ad15ef8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=7.0",
19-
"mpociot/botman": "~2.0"
19+
"botman/botman": "~2.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "~5.0",
@@ -37,7 +37,5 @@
3737
"scripts": {
3838
"test": "vendor/bin/phpunit",
3939
"cs": "php-cs-fixer fix"
40-
},
41-
"minimum-stability": "dev",
42-
"prefer-stable": true
40+
}
4341
}

0 commit comments

Comments
 (0)