Skip to content

Add support of the global configuration #273

@francoispluchino

Description

@francoispluchino

The new location of the configuration has been moved to the config section of the local composer.json file. It would be interesting to be able to configure the plugin globally, thus avoiding to configure the plugin for each project.

Example:

In local composer.json or ~/.composer/config.json or ~/.composer/composer.json:

{
    "config": {
        "fxp-asset": {
            "pattern-skip-version": "(-patch)"
        }
    }
}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions