- Issue created by @rmpereira
- Status changed to Postponed: needs info
over 1 year ago 11:22am 31 May 2023 Did you install Drupal according to the instructions → , which include drupal/core-recommended?
- Status changed to Active
over 1 year ago 12:35pm 31 May 2023 - 🇫🇷France rmpereira
I don't use drupal/core-recommended package in my composer, i use directly drupal/core.
I deduce in this case we need to include the dependency manually for symfony packages ? (or use drupal/core-recommended)
That is correct. You must use drupal/core-recommended or manage the dependency ranges manually.
- 🇫🇷France rmpereira
Ok, thank you. I'll adjust the dependencies of my composer project.
- Status changed to Closed: works as designed
over 1 year ago 3:01pm 31 May 2023 - 🇷🇺Russia Chi
You must use drupal/core-recommended or manage the dependency ranges manually
@cilefen, I think it's wrong. As the package name suggests
drupal/core-recommended
is recommended not required. And dependency ranges are managed manually only for packages that you are maintaining yourself. For third party packages likedrupal/core
all dependency should be set automatically by composer. - 🇦🇺Australia gordon Melbourne
I have investigated this further as I couldn't apply this patch to 10.1. The resolution says "Closed (works as designed)" however this patch was added to 10.1.x but not via this issue. This may have not been as issue at all and was just updated as part of updates to Symfony.