horde/composer

Handle composer.json files and composer directory structures without composer dependency

dev-FRAMEWORK_6_0 2025-05-11 00:00 UTC

This package is auto-updated.

Last update: 2025-05-11 10:28:49 UTC


README

Read and write Composer.json files and iterate composer directory structures without composer or framework dependencies

Usage

Compatibility

Currently targets composer 2.2 format for writing but should be compatible down to composer 2.0 and mostly compatible with composer 1.x, except pear repository types.

Origin

Same or similar implementations existed in

  • horde/horde-installer-plugin Composer plugin
  • horde/components Developer CLI
  • horde/hordectl Admin CLI

Depending on these packages for further use cases was not practical so I split off and generalized as far as I could.