2017 © Pedro Peláez
 

composer-plugin composer-path-plugin

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

image

typedphp/composer-path-plugin

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

  • Monday, August 10, 2015
  • by assertchris
  • Repository
  • 0 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Composer Path Plugin

Build Status Code Quality Code Coverage Version License, (*1)

A Composer plugin which allows any package to define its own install path., (*2)

Examples

You can define where a dependency should install itself to:, (*3)

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

You can override the install paths of other dependencies:, (*4)

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

Installation

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

Testing

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

The Versions

10/08 2015

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • composer-plugin-api 1.*

 

The Development Requires

02/11 2014

0.1

0.1.0.0

This is a Composer plugin which allows any package to define its own install path.

  Sources   Download

MIT

The Requires

  • php >=5.4.0
  • composer-plugin-api 1.*

 

The Development Requires