Download the PHP package cupoftea/composer-auto-normalize without Composer
On this page you can find all versions of the php package cupoftea/composer-auto-normalize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cupoftea/composer-auto-normalize
More information about cupoftea/composer-auto-normalize
Files in cupoftea/composer-auto-normalize
Package composer-auto-normalize
Short Description Provides a composer plugin that automatically normalizes your composer.json on install or update
License MIT
Homepage https://github.com/CupOfTea696/ComposerAutoNormalize
Informations about the package composer-auto-normalize
Composer Auto Normalize
Provides a composer plugin that extends localheinz/composer-normalize, and automatically normalizes your composer.json on install or update.
Installation
Composer Auto Normalize can be installed either globally, or as a per project installation. When using it in a project, we recommend installing it as a dev-dependency.
Usage
Once installed, your composer.json file will be normalized every time a composer install or update is executed.
Because this plugin extends localheinz/composer-normalize, you can also manually normalize your
composer.json by running composer normalize
.
Configuration
You can set any arguments and options available on the composer normalize
command as a
default for auto normalization. You can configure this both in your global composer.json, or per project in your
project's composer.json file. Arguments should be set in extra.auto-normalize
by their name, and options in
extra.auto-normalize.options
. For a full list of available arguments and options, see the
Composer Normalize Documentation.
All versions of composer-auto-normalize with dependencies
composer-plugin-api Version ^1.1
cupoftea/package Version ^1.4
localheinz/composer-normalize Version ^1.2