Problem/Motivation
Can not install the amp:^3.7 via composer
- Drupal 10.1
- Metatag shema:^3.0
- Metatag:^2.0
Proposed resolution
Add more versions require
"drupal/schema_metatag": "^1.0 || ^2.0 || ^3.0",
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cannot-install-via-composer-v3-3381128.patch | 346 bytes | linhnm |
Issue fork amp-3381128
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
linhnm commentedComment #3
linhnm commentedComment #4
keshavv commented@linhnm Thank you for the patch.
Confirmed that the issue is with the
schema_metatagversion that is set incomposer.json. The given patch will work well.Moving to RTBC. Please merge ASAP as it is critical.
Thank you.
Comment #9
e0ipsoThis feels safe. Thanks for your contribution, everyone.