Skip to content

Commit

Permalink
Fix Laravel 5.6 compat issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Feb 8, 2018
1 parent 8adf230 commit ac96534
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 520 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.1.3",
"botman/driver-web": "~1.0",
"botman/studio-addons": "~1.0",
"botman/studio-addons": "~1.2.1",
"clue/stdio-react": "^1.0",
"laravel/framework": "5.6.*",
"laravel/tinker": "~1.0",
Expand Down Expand Up @@ -50,13 +50,11 @@
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"BotMan\\Studio\\Providers\\DriverServiceProvider::publishDriverConfigurations",
"php artisan optimize"
"BotMan\\Studio\\Providers\\DriverServiceProvider::publishDriverConfigurations"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"BotMan\\Studio\\Providers\\DriverServiceProvider::publishDriverConfigurations",
"php artisan optimize"
"BotMan\\Studio\\Providers\\DriverServiceProvider::publishDriverConfigurations"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
Expand Down
Loading

0 comments on commit ac96534

Please sign in to comment.