Page MenuHomeDevCentral

Generate composer.json
ClosedPublic

Authored by dereckson on Feb 21 2022, 03:28.
Tags
None
Referenced Files
F3752800: D2547.diff
Sun, Nov 17, 21:31
F3752481: D2547.id6439.diff
Sun, Nov 17, 19:07
Unknown Object (File)
Fri, Nov 15, 19:56
Unknown Object (File)
Thu, Nov 14, 20:22
Unknown Object (File)
Wed, Nov 13, 02:42
Unknown Object (File)
Wed, Nov 13, 02:15
Unknown Object (File)
Wed, Nov 13, 00:48
Unknown Object (File)
Wed, Nov 13, 00:36
Subscribers
None

Details

Summary

JSON isn't the best candidate for template, but we can apply some
new high-order functions to the packages metadata to generate that.

Ref T1680.

Test Plan

make composer validate

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Passed
Unit
Tests Passed
Branch
composer (branched from main)
Build Status
Buildable 3984
Build 4236: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 25 2022, 16:55
  • rm composer.json ; make composer.json ; git status: no-op operation, so _utils/templates/generate-compose-json.php produces the expected result
  • composer validate returns ./composer.json is valid
This revision was automatically updated to reflect the committed changes.