PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Composer Asset Manager   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Package Composer definitions
Class: PHP Composer Asset Manager
Composer plugin to install JS, CSS and image files
Author: By
Last change: Fixed the extra and autoload values.
Date: 10 years ago
Size: 293 bytes
 

Contents

Class file image Download
{ "name": "assets-installer", "description": "Web Asset Installer", "type": "composer-plugin", "version": "1.0.2", "require": { "composer-plugin-api": "*" }, "autoload": { "psr-0": {"mlemos\\Composer": [""]} }, "extra": { "class": "mlemos\\Composer\\AssetsInstallerPlugin" } }