botman / botman/driver-amazon-alexa

Conflict in composer dependencies

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
15
Forks
9
PR merge metrics
No merged PRs in 30d

Description

After fresh Laravel installation has a conflict in composer dependencies.
botman/botman conflicts with Laravel core.
In core specified symfony/http-foundation v4.1.0 and botman platform includes `"symfony/http-foundation": "2.8.*|3.0.*|3.1.*|3.2.*|3.3.*|3.4.*|4.0.*"` only.
So should be `|^4.*` something like this.

Contributor guide

Open the contributing guide

Research direction

No file or test is named. Start by locating the package dependency declaration for symfony/http-foundation and compare its allowed versions with Laravel's v4.1.0 requirement; verify the result with a fresh Laravel installation and Composer dependency resolution. Done means the installation resolves without this conflict.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.