Skip to content

Commit ac96534

Browse files
committed
Fix Laravel 5.6 compat issues
1 parent 8adf230 commit ac96534

2 files changed

Lines changed: 434 additions & 520 deletions

File tree

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=7.1.3",
1414
"botman/driver-web": "~1.0",
15-
"botman/studio-addons": "~1.0",
15+
"botman/studio-addons": "~1.2.1",
1616
"clue/stdio-react": "^1.0",
1717
"laravel/framework": "5.6.*",
1818
"laravel/tinker": "~1.0",
@@ -50,13 +50,11 @@
5050
],
5151
"post-install-cmd": [
5252
"Illuminate\\Foundation\\ComposerScripts::postInstall",
53-
"BotMan\\Studio\\Providers\\DriverServiceProvider::publishDriverConfigurations",
54-
"php artisan optimize"
53+
"BotMan\\Studio\\Providers\\DriverServiceProvider::publishDriverConfigurations"
5554
],
5655
"post-update-cmd": [
5756
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
58-
"BotMan\\Studio\\Providers\\DriverServiceProvider::publishDriverConfigurations",
59-
"php artisan optimize"
57+
"BotMan\\Studio\\Providers\\DriverServiceProvider::publishDriverConfigurations"
6058
],
6159
"post-autoload-dump": [
6260
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",

0 commit comments

Comments
 (0)