Botman: Error installing on Laravel 5.6

Created on 13 Jun 2018  路  2Comments  路  Source: botman/botman

Description:

Not able to install on Laravel 5.6, due to an incompatible

"symfony/http-foundation": "^4.1"

Steps To Reproduce:

  • Install Laravel 5.6
  • composer require botman/botman

Error message

image

Most helpful comment

A way to fix it:

  • Install Laravel
  • rm -rf vendor composer.lock
  • Add botman to composer.json manually
  • composer update

All 2 comments

Might not be a Botman problem, still investigating

$ composer why symfony/http-foundation
laravel/framework    v5.6.25  requires  symfony/http-foundation (~4.0)
symfony/http-kernel  v4.1.0   requires  symfony/http-foundation (~4.1)


$ composer why symfony/http-kernel
laravel/framework  v5.6.25  requires  symfony/http-kernel (~4.0)

A way to fix it:

  • Install Laravel
  • rm -rf vendor composer.lock
  • Add botman to composer.json manually
  • composer update
Was this page helpful?
0 / 5 - 0 ratings