Skip to content

Repository files navigation

Composer Path Plugin

Build Status Code Quality Code Coverage Version License

A Composer plugin which allows any package to define its own install path.

Examples

You can define where a dependency should install itself to:

"extra" : {
    "path" : "tests"
}

You can override the install paths of other dependencies:

"extra" : {
    "paths" : {
        "symfony/*" : "symfony"
    }
}

Installation

❯ composer require "typedphp/composer-path-plugin:*"

Testing

❯ composer create-project "typedphp/composer-path-plugin:*" .
❯ vendor/bin/phpunit

About

A Composer plugin which allows any package to define its own install path.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages