ervaude/fs_code_snippet

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 (||).

composer require danielgoerz/fs-code-snippet Using version ^1.8 for danielgoerz/fs-code-snippet ./composer.json has been updated 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 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:

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, solved by PR #7

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!