Page MenuHomeDevCentral

Generate composer.json
ClosedPublic

Authored by dereckson on Feb 21 2022, 03:28.
Tags
None
Referenced Files
F3905057: D2547.diff
Tue, Dec 17, 23:01
Unknown Object (File)
Thu, Dec 5, 13:52
Unknown Object (File)
Wed, Dec 4, 18:01
Unknown Object (File)
Mon, Dec 2, 21:09
Unknown Object (File)
Tue, Nov 19, 02:03
Unknown Object (File)
Mon, Nov 18, 22:15
Unknown Object (File)
Mon, Nov 18, 21:57
Unknown Object (File)
Nov 18 2024, 00:41
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 Not Applicable
Unit
Tests Not Applicable

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.