- Issue created by @DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
This was suggested to me in the Schema.org Metatag issue queue by Rajeshreeputra ( π Normalize composer.json using ergebnis/composer-normalize Fixed ), I thought it would be worth to include in Drupal core.
- Assigned to elber
- last update
about 1 year ago Custom Commands Failed - @elber opened merge request.
- π§π·Brazil elber Brazil
Hi Normalized composer.json following this doc instructions
Here are the steps:
composer require --dev ergebnis/composer-normalize
composer normalize --diff
As a result I had this output
Successfully normalized ./composer.json.
and a diff information(see the attached bellow) - last update
about 1 year ago Composer error. Unable to continue. 14:01 32:19 Running- last update
about 1 year ago 30,301 pass, 1 fail - last update
about 1 year ago 30,362 pass - last update
about 1 year ago 30,362 pass - last update
about 1 year ago 30,362 pass - Issue was unassigned.
- Status changed to Needs review
about 1 year ago 12:02pm 3 October 2023 - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago 30,371 pass - Status changed to Needs work
about 1 year ago 1:56pm 3 October 2023 - πΊπΈUnited States DamienMcKenna NH, USA
The patch was built incorrectly - the changes should have been applied directly using "composer normalize", and then a patch built using "git diff".
The merge request was built correctly.
There are also a lot of other composer.json files strewn across the codebase, all of them need to be updated too.
- π§π·Brazil elber Brazil
Ok I am sorry @DamienMcKenna I put the diff file to become the review easier, diff is not to be applied. Once I'm sorry I should clarify it.
I wiill keep working on the others composer.json files.