Download the PHP package timonkreis/composer-package-paths without Composer
On this page you can find all versions of the php package timonkreis/composer-package-paths. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download timonkreis/composer-package-paths
More information about timonkreis/composer-package-paths
Files in timonkreis/composer-package-paths
Download timonkreis/composer-package-paths
More information about timonkreis/composer-package-paths
Files in timonkreis/composer-package-paths
Vendor timonkreis
Package composer-package-paths
Short Description Composer plugin to configure paths for composer package types.
License
Package composer-package-paths
Short Description Composer plugin to configure paths for composer package types.
License
Please rate this library. Is it a good library?
Informations about the package composer-package-paths
ReadMe
Composer plugin to configure paths for composer package types.
To set package paths, add configuration of package types and paths to your composer.json:
The [package-type]
has to match the type of the composer package.
Alternatively, you can add paths for vendor namespaces or even single packages:
The priority is as follows:
- Check if the package is referenced directly by package name (
[vendor]/[name]
). - Check if the package namespace is referenced (
[vendor]/*
). - Check if the package type is referenced (
[package-type]
).
Possible variables
Variable: | Description: |
---|---|
{$vendor} |
Vendor name of the package. |
{$name} |
Package name (after vendor name). |
All versions of composer-package-paths with dependencies
PHP Build Version
Package Version
The package timonkreis/composer-package-paths contains the following files
Loading the files please wait ....