minify/composer.json

28 lines
627 B
JSON
Raw Normal View History

2012-10-09 12:48:24 +02:00
{
2014-10-09 08:38:58 +02:00
"name": "matthiasmullie/minify",
"type": "library",
"description": "CSS & JS minifier",
"homepage": "https://github.com/matthiasmullie/minify",
"license": "MIT",
"authors": [
{
"name": "Matthias Mullie",
"homepage": "http://www.mullie.eu",
"email": "minify@mullie.eu",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"ext-pcre": "*"
},
2014-10-09 08:38:58 +02:00
"require-dev": {
"phpunit/phpunit": "4.3.*"
},
"autoload": {
2014-10-09 08:38:58 +02:00
"psr-4": {
"MatthiasMullie\\Minify\\": "src/"
}
}
2012-10-09 12:48:24 +02:00
}