Download the PHP package mediact/composer-unclog-plugin without Composer
On this page you can find all versions of the php package mediact/composer-unclog-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mediact/composer-unclog-plugin
More information about mediact/composer-unclog-plugin
Files in mediact/composer-unclog-plugin
Package composer-unclog-plugin
Short Description Shows warnings if you can optimise your composer files even further.
License proprietary
Informations about the package composer-unclog-plugin
[ABANDONED] Summary
This package contains a plugin for composer.
The plugin detects optimisations for the composer.json
file of a project.
The plugin hooks in on existing composer commands.
Installation
The package can be installed with:
Configuration
The plugin can be configured to allow more repository types.
This is possible by adding a add-allowed-repositories
array node to the
config
node of the project.
The configuration will look like:
The repository types are then added to the array of allowed repository types in the plugin.
Usage
By running one of the following commands,
the plugin will perform additional checks for the composer.json
file.
Current checks
- Check if all repositories are of type
composer
. - Check if all packages have version numbers instead of
dev-
packages.
Future ideas
- Add commands to suggestions to fix the problem (
composer optimize --repositories
). - Detect if the package is available on a repository and do a suggestion.
- Detect which packages are being used from a non composer repository and check if it can be installed through another configured repository.
All versions of composer-unclog-plugin with dependencies
composer-plugin-api Version ^1.1 || ^2.0