clarkwinkelmann
Thank you, at first step i am trying to to update nickname changer:
composer update dem13n/nickname-changer
resault:
[root@forum www]# composer update dem13n/nickname-changer
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: remove dem13n/nickname-changer 0.1.9
- Conclusion: don't install dem13n/nickname-changer 0.1.9
- Installation request for fof/upload ^0.9.2 -> satisfiable by fof/upload[0.9.2].
- Installation request for dem13n/nickname-changer ^0.1.9 -> satisfiable by dem13n/nickname-changer[0.1.9].
- dem13n/nickname-changer 0.1.9 requires flarum/core >=0.1.0-beta.10 <0.1.0-beta.12 -> satisfiable by flarum/core[v0.1.0-beta.11.1, v0.1.0-beta.10, v0.1.0-beta.11].
- Can only install one of: flarum/core[v0.1.0-beta.12, v0.1.0-beta.10].
- Can only install one of: flarum/core[v0.1.0-beta.12, v0.1.0-beta.11].
- Can only install one of: flarum/core[v0.1.0-beta.12, v0.1.0-beta.11.1].
- Can only install one of: flarum/core[v0.1.0-beta.12, v0.1.0-beta.11.1].
- Can only install one of: flarum/core[v0.1.0-beta.12, v0.1.0-beta.11.1].
- fof/upload 0.9.2 requires flarum/core >=0.1.0-beta.12 <0.1.0-beta.14 -> satisfiable by flarum/core[v0.1.0-beta.12, v0.1.0-beta.13].
- Conclusion: don't install flarum/core v0.1.0-beta.13
[root@forum www]#
also I have tried to remove that:
composer remove dem13n/nickname-changer
[root@forum www]# composer remove dem13n/nickname-changer
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Dependency "flarum/core" is also a root requirement, but is not explicitly whitelisted. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for fof/upload ^0.9.2 -> satisfiable by fof/upload[0.9.2].
- Can only install one of: flarum/core[v0.1.0-beta.12, v0.1.0-beta.11.1].
- Can only install one of: flarum/core[v0.1.0-beta.12, v0.1.0-beta.11.1].
- Can only install one of: flarum/core[v0.1.0-beta.12, v0.1.0-beta.11.1].
- fof/upload 0.9.2 requires flarum/core >=0.1.0-beta.12 <0.1.0-beta.14 -> satisfiable by flarum/core[v0.1.0-beta.12, v0.1.0-beta.13].
- Conclusion: don't install flarum/core v0.1.0-beta.13
- Installation request for flarum/core (locked at v0.1.0-beta.11.1, required as ^0.1.0) -> satisfiable by flarum/core[v0.1.0-beta.11.1].
Removal failed, reverting ./composer.json to its original content.
[root@forum www]#