composer require fails
t3easy opened this issue · 6 comments
You defined typo3/cms-core >=7.6.0,>=8.7.0 as dependency.
The comma (,) will be treated as a logical AND.
https://getcomposer.org/doc/articles/versions.md#range
You have to use double pipe (||).
Problem 1
- Installation request for danielgoerz/fs-code-snippet ^1.8 -> satisfiable by danielgoerz/fs-code-snippet[1.8.0].
- danielgoerz/fs-code-snippet 1.8.0 requires typo3/cms-core >=7.6.0,>=8.7.0 -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
Installation failed, reverting ./composer.json to its original content.
Oops, gonna fix that real quick.
Thanks for reporting
PR is in ;)
Thank you for fixing on sunday!
No problem, this was a nobrainer though :)
Please try again with 1.8.1
Works as expected ;) Nobrainer or nightmare thanks!