a9f/fractor-composer-json

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

v0.3.0 2024-08-29 16:42 UTC

This package is auto-updated.

Last update: 2024-09-04 11:35:28 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