ervaude / fs_code_snippet

Extension for TYPO3 CMS to provide a code snippet content element
https://usetypo3.com
8 stars 7 forks source link

composer require fails #6

Closed t3easy closed 7 years ago

t3easy commented 7 years ago

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: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see for more details. Read for further common problems. Installation failed, reverting ./composer.json to its original content.
ervaude commented 7 years ago

Oops, gonna fix that real quick.

Thanks for reporting

t3easy commented 7 years ago

PR is in ;)

ervaude commented 7 years ago

Thank you, solved by PR #7

t3easy commented 7 years ago

Thank you for fixing on sunday!

ervaude commented 7 years ago

No problem, this was a nobrainer though :)

Please try again with 1.8.1

t3easy commented 7 years ago

Works as expected ;) Nobrainer or nightmare thanks!