a9f/fractor-composer-json

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

Installs: 189

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:fractor-extension

v0.4.0 2024-09-30 19:37 UTC

This package is auto-updated.

Last update: 2024-09-30 19:39:09 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