{
	"name": "jalle19/php-yui-compressor",
	"type": "library",
	"description": "A modern PHP wrapper for the YUI compressor",
	"keywords": ["js", "css", "minify", "yui"],
	"homepage": "https://github.com/Jalle19/php-yui-compressor",
	"license": "BSD-2-Clause",
	"require": {
		"php": ">=5.3.0",
		"nervo/yuicompressor": "2.4.*"
	},
	"autoload": {
		"psr-0": {
			"YUI": "lib/"
		}
	}
}
