- Issue created by @SirClickALot
- Status changed to Fixed
over 1 year ago 9:44am 7 June 2023 - πΊπΈUnited States DamienMcKenna NH, USA
We'll have a new release of Schema.org Metatag that works with Metatag 2, see π± Plan for Schema Metatag 3.0.0 Fixed for details.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 1:30pm 3 August 2023 - π¦πΊAustralia noonoos
Same issue here.
composer require 'drupal/metatag:^2.0' -W
Problem 1
- Root composer.json requires drupal/metatag ^2.0, found drupal/metatag[dev-2.0.x, 2.0.0-rc1, 2.0.0-rc2, 2.0.0, 2.0.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- drupal/schema_metatag is locked to version 2.5.0 and an update of this package was not requested.
- drupal/schema_metatag 2.5.0 requires drupal/metatag ^1.0 -> found drupal/metatag[dev-1.x, 1.0.0-beta1, ..., 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (^2.0).composer require drupal/schema_metatag:^3.0 -W
Problem 1
- Root composer.json requires drupal/schema_metatag ^3.0 -> satisfiable by drupal/schema_metatag[3.0.0, 3.0.1, 3.0.x-dev].
- drupal/schema_metatag[3.0.0, ..., 3.0.x-dev] require drupal/metatag ^2.0 -> found drupal/metatag[dev-2.0.x, 2.0.0-rc1, 2.0.0-rc2, 2.0.0, 2.0.x-dev (alias of dev-2.0.x)] but it conflicts with your root composer.json require (^1.1).Drupal 10.1.2
- πΊπΈUnited States DamienMcKenna NH, USA
You have to update both Metatag and Schema Metatag at the same time:
composer require drupal/metatag:^2 drupal/schema_metatag:^3
- π¦πΊAustralia noonoos
Thanks. Always thought that something like that should work but maybe I've never got the syntax right.