Page MenuHomeDevCentral

Generate composer.json
ClosedPublic

Authored by dereckson on Feb 21 2022, 03:28.
Tags
None
Referenced Files
F4015163: D2547.diff
Fri, Jan 17, 22:19
Unknown Object (File)
Thu, Jan 16, 08:55
Unknown Object (File)
Thu, Jan 2, 02:16
Unknown Object (File)
Sun, Dec 22, 17:38
Unknown Object (File)
Sun, Dec 22, 05:58
Unknown Object (File)
Dec 17 2024, 23:01
Unknown Object (File)
Dec 5 2024, 13:52
Unknown Object (File)
Dec 4 2024, 18:01
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.