a9f/fractor-composer-json

ComposerJson extension for the File Read-Analyse-Change Tool. Allows modifying composer.json files

v0.2.2 2024-07-10 22:06 UTC

This package is auto-updated.

Last update: 2024-07-13 20:13:59 UTC


README

Fractor extension package with a file processor for composer.json files.

Installation

composer require a9f/fractor-composer-json --dev

Configuration

All rules must implement the a9f\FractorComposerJson\Contract\ComposerJsonFractorRule interface. The rule will be tagged with 'fractor.composer_json_rule' and be injected in the ComposerJsonFileProcessor.

Have a look at all available rules Overview of all rules

Development

Development happens in the Fractor monorepo on GitHub