You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: