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

Version Conflict: dystcz/lunar-api ^1.0@alpha and pixelpillow/lunar-api-mollie-adapter #5

Open
zed-Astra opened this issue Jun 6, 2024 · 0 comments

Comments

@zed-Astra
Copy link

Hello,

I am experiencing a version conflict while trying to require pixelpillow/lunar-api-mollie-adapter in my project. My root composer.json requires dystcz/lunar-api at ^1.0@alpha, but pixelpillow/lunar-api-mollie-adapter requires dystcz/lunar-api at ^0.8.

Problem:
pixelpillow/lunar-api-mollie-adapter versions 0.1.0 to 0.1.9 require dystcz/lunar-api ^0.8.
My project requires dystcz/lunar-api ^1.0@alpha as specified in the root composer.json.
This conflict prevents the installation of pixelpillow/lunar-api-mollie-adapter.
Steps to Reproduce:
Add dystcz/lunar-api ^1.0@alpha to composer.json in the root of the project.
Attempt to require pixelpillow/lunar-api-mollie-adapter using Composer.
See the version conflict error.
Expected Behavior:
To be able to install pixelpillow/lunar-api-mollie-adapter alongside dystcz/lunar-api ^1.0@alpha without version conflicts.

Actual Behavior:
Composer returns a version conflict error, preventing the installation of pixelpillow/lunar-api-mollie-adapter.

Relevant Information:
Composer version: 2.5.4
PHP version:8.2.3
Potential Solutions:
Update Compatibility: Consider updating pixelpillow/lunar-api-mollie-adapter to be compatible with dystcz/lunar-api ^1.0@alpha.
Documentation: Provide documentation on how to resolve version conflicts when using pixelpillow/lunar-api-mollie-adapter with newer versions of dystcz/lunar-api.
Additional Context:
Any additional context or screenshots that may help the maintainers understand the issue.

Thank you for your assistance.

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

1 participant