Hi, I sucesfully migrated to the Beta 14 on the mine second community but I'm unable to install fof/upload
composer require fof/upload
Using version ^0.11.0 for fof/upload
./composer.json has been updated
Running composer update fof/upload
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires fof/upload ^0.11.0 -> satisfiable by fof/upload[0.11].
- fof/upload 0.11 requires guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.5] but the package is fixed to 7.2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
What I should do?
My composer.json
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Toby",
"email": "***@gmail.com"
},
{
"name": "Franz",
"email": "***@develophp.org"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://flarum.org/docs/"
},
"require": {
"askvortsov/flarum-moderator-warnings": "*",
"clarkwinkelmann/flarum-ext-emojionearea": "*",
"flarum/akismet": "*",
"flarum/approval": "*",
"flarum/auth-facebook": "*",
"flarum/auth-github": "*",
"flarum/auth-twitter": "*",
"flarum/bbcode": "*",
"flarum/core": "^0.1.0-beta.14.1",
"flarum/emoji": "*",
"flarum/flags": "*",
"flarum/lang-english": "*",
"flarum/likes": "*",
"flarum/lock": "*",
"flarum/markdown": "*",
"flarum/mentions": "*",
"flarum/pusher": "*",
"flarum/statistics": "*",
"flarum/sticky": "*",
"flarum/subscriptions": "*",
"flarum/suspend": "*",
"flarum/tags": "*",
"fof/byobu": "*",
"fof/default-user-preferences": "*",
"fof/drafts": "*",
"fof/links": "^0.4.1",
"fof/moderator-notes": "*",
"fof/nightmode": "*",
"fof/oauth": "^0.1.0",
"fof/recaptcha": "*",
"fof/spamblock": "*",
"fof/user-bio": "*",
"fof/user-directory": "*",
"franzl/flarum-open-links-in-new-tab": "*",
"guzzlehttp/guzzle": "^7.0",
"jordanjay29/flarum-ext-summaries": "*",
"nearata/lang-italian": "*",
"noriods/auto-more": "*"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
}