Login   Register  
PHP Classes
elePHPant
Icontem

File: composer.json

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2014-01-05 02:08
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"
	}
}