When I run this command:
composer config extra.patches.drupal/typogrify --merge --json '{"3398815":"patches/typogrify.3398815.patch"}'
I get this added to composer.json
"extra": {
"patches": {
"drupal/typogrify": ["patches/typogrify.3398815.patch"]
},
The "3398815" has been ignored.
When I run this command:
I get this added to composer.json
The "3398815" has been ignored.