- Issue created by @GaëlG
- 🇫🇷France GaëlG Lille, France
I really don't get why, it's supposed to require drupal/core 10.1: https://git.drupalcode.org/project/linkit/-/blob/6.1.0-rc1/composer.json...
Is someone else able to reproduce? Thanks.
- 🇺🇸United States mark_fullmer Tucson
Hrmm. I'm not able to reproduce on a 'standard' installation ( https://www.drupal.org/docs/develop/using-composer/manage-dependencies → ), so I'd assume it has to do with some of your Composer directives?
Can you see what result you get with the following?
composer create-project drupal/recommended-project cd recommended-project composer require drupal/core:^10.0 drupal/linkit:^6.0.0-rc1
- Status changed to Closed: works as designed
almost 2 years ago 7:03am 28 April 2023 - 🇫🇷France GaëlG Lille, France
Oh, you're right, thank you. I investigated further and it happens to be because of our use of mglaman/composer-drupal-lenient which was configured to get linkit for D10 before any linkit tagged version support it (only the dev branch).
Fixed by removing drupal/linkit from extra:drupal-lenient:allowed-list in our composer.json.
Sorry for the inconvenience.