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

Allow "minimum-stability: RC" #39

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Conversation

koehnlein
Copy link
Contributor

The current TYPO3 core development requires "doctrine/dbal 4.0.0-RC2@rc" which cannot be installed without explicitly allowing "RC"

Here is the current error message, I ran into.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - typo3/cms-core[dev-main, 13.1.x-dev] require doctrine/dbal 4.0.0-RC2@rc -> found doctrine/dbal[4.0.0-RC2] but it does not match your minimum-stability.
    - typo3/cms-core 13.1.x-dev is an alias of typo3/cms-core dev-main and thus requires it to be installed too.
    - Root composer.json requires typo3/cms-core @dev -> satisfiable by typo3/cms-core[dev-main, 13.1.x-dev (alias of dev-main)].

Bildschirmfoto vom 2024-01-31 20-00-48

@ochorocho ochorocho merged commit c2a62e2 into ochorocho:main Jan 31, 2024
@ochorocho
Copy link
Owner

LGTM, thank you :-)

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

Successfully merging this pull request may close these issues.

2 participants