botman / botman/driver-amazon-alexa
Conflict in composer dependencies
- 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
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