You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team! I'm dipping my toes into WordPress land a bit and I noticed some duplicate keys in the composer.json for the decoupled-wordpress-composer-managed
Oh that's fun.
I think you're right that it's related to the duplication stuff and I don't remember John's reason for that, but I'm sure there was one. I'm wondering if it might be easier to just run composer.json through jq and add to the script to pluck out any duplicates in composer.json via jq. There's probably optimization that could be done in the script as a whole using jq rather than sed, but at the very least I think we could probably add that in without making other, more dramatic changes.
Hi team! I'm dipping my toes into WordPress land a bit and I noticed some duplicate keys in the
composer.json
for thedecoupled-wordpress-composer-managed
I assume the culprit is here https://github.com/pantheon-systems/wordpress-composer-managed/blob/default/devops/scripts/decoupledpatch.sh#L15 but I'm not really sure the details of these scripts so I would need some guidance to get a fix up.
Thanks!
The text was updated successfully, but these errors were encountered: