Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a version conflict issue #11

Open
13406169210 opened this issue Jun 19, 2022 · 1 comment
Open

There is a version conflict issue #11

13406169210 opened this issue Jun 19, 2022 · 1 comment

Comments

@13406169210
Copy link

flarum version 1.3.1

flarum composer.json

{
    "name": "flarum/flarum",
    "description": "Delightfully simple forum software.",
    "type": "project",
    "keywords": [
        "forum",
        "discussion"
    ],
    "homepage": "https://flarum.org/",
    "license": "MIT",
    "authors": [
        {
            "name": "Flarum",
            "email": "[email protected]",
            "homepage": "https://flarum.org/team"
        }
    ],
    "support": {
        "issues": "https://github.com/flarum/core/issues",
        "source": "https://github.com/flarum/flarum",
        "docs": "https://docs.flarum.org/"
    },
    "require": {
        "afrux/forum-stats-widget": "*",
        "clarkwinkelmann/flarum-ext-emojionearea": "^1.0",
        "flarum-lang/chinese-simplified": "v1.1.1.1220",
        "flarum/approval": "*",
        "flarum/bbcode": "*",
        "flarum/core": "*",
        "flarum/emoji": "*",
        "flarum/flags": "*",
        "flarum/lang-english": "*",
        "flarum/likes": "*",
        "flarum/lock": "*",
        "flarum/markdown": "*",
        "flarum/mentions": "*",
        "flarum/nicknames": "*",
        "flarum/pusher": "*",
        "flarum/statistics": "*",
        "flarum/sticky": "*",
        "flarum/subscriptions": "*",
        "flarum/suspend": "*",
        "flarum/tags": "*",
        "fof/ban-ips": "*",
        "fof/default-group": "*",
        "fof/doorman": "*",
        "fof/polls": "^1.1",
        "fof/profile-image-crop": "*",
        "fof/terms": "^1.1",
        "hehongyuanlove/flarum-auth-qq": "*",
        "ianm/level-ranks": "*",
        "justoverclock/hot-discussions": "*",
        "migratetoflarum/fake-data": "*",
        "nomiscz/flarum-ext-auth-wechat": "^1.0",
	"kyrne/evergreen":"*@dev"
    },
     "repositories": [
	             {
			                 "type": "path",
					             "url": "workbench/*/"
						             }
							         ],
    
    "config": {
        "preferred-install": "dist",
        "sort-packages": true
    }
}

when I execute script composer update

Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - kyrne/evergreen dev-master conflicts with flarum/mentions v1.3.1.
    - kyrne/evergreen dev-master conflicts with flarum/mentions v1.2.0.
    - kyrne/evergreen dev-master conflicts with flarum/mentions v1.1.3.
    - kyrne/evergreen dev-master conflicts with flarum/mentions v1.0.0.
    - Root composer.json requires kyrne/evergreen *@dev -> satisfiable by kyrne/evergreen[dev-master].
    - Root composer.json requires flarum/mentions * -> satisfiable by flarum/mentions[v1.0.0, ..., v1.3.1].

What should I do, please

@clarkwinkelmann
Copy link

I'm not the author and I have never used this extension but I was just browsing through the repository and saw your recent issue, so here are some insights I can give:

It looks like you didn't uninstall the mentions extension. Check the README for installation instructions.

Also note this extension is marked as incompatible on the Discuss community because problems were reported. If the extension works as expected, feel free to comment on the community so we can mark it as compatible again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants