2017 © Pedro Peláez
 

composer-plugin composer-symfony-web-asset-installer-plugin

image

modera/composer-symfony-web-asset-installer-plugin

  • Tuesday, December 6, 2016
  • by modera
  • Repository
  • 4 Watchers
  • 0 Stars
  • 4,700 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

ModeraComposerSymfonyWebAssetInstallerPlugin

The plugin allows to install package which have their type set to symfony-web-asset to a custom location., (*1)

Installation

This plugin can be installed by running this command:, (*2)

composer require modera/composer-symfony-web-asset-installer-plugin:~1.0

Documentation

Your package needs to have its type set to symfony-web-asset in order for this plugin to install it to public directory, also by optionally specifying target_dir in your package's extra you can change a directory where its contents will be extracted to. This is how a sample package could look like:, (*3)

{
    "type": "symfony-web-asset",
    "name": "acme/foo-bar",
    "extra": {
        "target_dir": "hello"
    }
}

With this extra configuration package will be installed to public/hello/acme/foo-bar., (*4)

Licensing

This plugin is under the MIT license. See the complete license in the file: LICENSE, (*5)

The Versions

06/12 2016

dev-master

9999999-dev

  Sources   Download

The Requires

  • composer-plugin-api ^1.0.0

 

The Development Requires

06/12 2016

v1.0.2

1.0.2.0

  Sources   Download

The Requires

  • composer-plugin-api ^1.0.0

 

The Development Requires

14/06 2015

v1.0.1

1.0.1.0

  Sources   Download

The Requires

  • composer-plugin-api ^1.0.0

 

12/01 2015

v1.0.0

1.0.0.0

  Sources   Download

The Requires

  • composer-plugin-api 1.0.0