Page MenuHomeDevCentral

Generate composer.json
ClosedPublic

Authored by dereckson on Feb 21 2022, 03:28.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 16, 07:54
Unknown Object (File)
Sat, Feb 15, 21:49
Unknown Object (File)
Sat, Feb 15, 21:30
Unknown Object (File)
Fri, Feb 14, 08:16
Unknown Object (File)
Mon, Feb 10, 07:35
Unknown Object (File)
Sun, Feb 9, 03:19
Unknown Object (File)
Sun, Feb 9, 03:03
Unknown Object (File)
Thu, Feb 6, 02:40
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.