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",
|
2015-02-16 21:04:50 +01:00
|
|
|
"keywords": ["minify", "minifier", "css", "js", "javascript"],
|
2014-10-21 08:50:28 +02:00
|
|
|
"homepage": "http://www.minifier.org",
|
2014-10-09 08:38:58 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matthias Mullie",
|
|
|
|
"homepage": "http://www.mullie.eu",
|
|
|
|
"email": "minify@mullie.eu",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2013-12-01 23:47:40 +01:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0",
|
2015-02-21 00:27:27 +01:00
|
|
|
"ext-pcre": "*",
|
|
|
|
"matthiasmullie/path-converter": "~1.0"
|
2013-12-01 23:47:40 +01:00
|
|
|
},
|
2014-10-09 08:38:58 +02:00
|
|
|
"require-dev": {
|
2015-09-04 11:02:35 +02:00
|
|
|
"matthiasmullie/scrapbook": "~1.0",
|
2016-11-23 11:15:27 +01:00
|
|
|
"phpunit/phpunit": "~4.8",
|
|
|
|
"friendsofphp/php-cs-fixer": "~1.0"
|
2014-10-09 08:38:58 +02:00
|
|
|
},
|
2013-12-01 23:47:40 +01:00
|
|
|
"autoload": {
|
2014-10-09 08:38:58 +02:00
|
|
|
"psr-4": {
|
|
|
|
"MatthiasMullie\\Minify\\": "src/"
|
|
|
|
}
|
2015-02-09 18:03:03 +01:00
|
|
|
},
|
2015-02-12 13:49:53 +01:00
|
|
|
"bin": [
|
|
|
|
"bin/minifycss",
|
|
|
|
"bin/minifyjs"
|
|
|
|
]
|
2012-10-09 12:48:24 +02:00
|
|
|
}
|