- 🇩🇪Germany szeidler Berlin
The composer.json constraint is different the the info.yml specification on which Drupal core version is supposed.
composer.json
"drupal/core": "^10.4"
info.yml
core_version_requirement: ^10 || ^11
If you don't have any super weird requirements I would just remove the composer.json dependency and let Drupal.org's Composer Facade to handle the Composer constraints based on the core_version_requirement from the info.yml
- Merge request !1Issue #3532226 by szeidler, lambert, avpaderno: Remove conflicting composer.json dependencies → (Merged) created by szeidler
- 🇩🇪Germany szeidler Berlin
I added a MR that
- Removes the drupal/core requirement from composer.json. Drupal.org just inherits it from the info.yml file anyway
- Also removed the PHP constraint. PHP 8.1 is the minimum Drupal 10 anyhow
- First commit to issue fork.
-
doxigo →
committed 9965ec9d on 1.0.x authored by
szeidler →
Issue #3532226: Install URL seems wonky - Inconsistency between Composer...
-
doxigo →
committed 9965ec9d on 1.0.x authored by
szeidler →
Automatically closed - issue fixed for 2 weeks with no activity.