RobErskine / Craft-User-Manual

📚 Help Section Plugin for Craft CMS.
MIT License
85 stars 17 forks source link

Installation Error #9

Closed mannachurch closed 6 years ago

mannachurch commented 6 years ago

I'm getting a Composer was unable to install the updates due to a dependency conflict. when trying to install your plugin.

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

Problem 1

Potential causes:

Read for further common problems. Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.`

mcclaskiem commented 6 years ago

@mannachurch Could you provide a snippet of your composer file for this plug-in to see how you have it set up. Thanks!

elfacht commented 6 years ago

Same error here.

using: composer require hillholliday/craft-user-manual

composer.json:

"hillholliday/craft-user-manual": "^2.0"

but it disappears during installation process.

elfacht commented 6 years ago

Well, another plugin interrupted the process. Everything's fine now.

chadcrowell commented 6 years ago

Same exact issue as mannachurch above. Can't install. Using plugin store install button. Craft CMS 3.0.24 all other plugins up to date.

mcclaskiem commented 6 years ago

@mannachurch @chadcrowell Just a quick update:

I was able to install the plugin directly via composer. Based on that, I think it is an issue with how the plugin is registered with the Craft plug-in store. If you could install manually via composer temporarily I will update this issue once the plugin store has been updated and is working correctly.

Thanks!

mcclaskiem commented 6 years ago

@mannachurch @chadcrowell Another update! I just updated the plugin store listing to have an all lower case package name and it worked for me installing via the store. Closing this issue now as it seems to be resolved but please re-open if you experience the same error. Thanks!