forked from searchturbine/phpwee-php-minifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 863 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "searchturbine/phpwee-php-minifier",
"description": "A PHP minifier for HTML, CSS and JS files.",
"type": "library",
"keywords": ["minify","min","compress","html","html5","css","css3","js","javascript","phpwee","php","php5","free","open source"],
"license": "BSD",
"homepage": "http://searchturbine.com/php/phpwee",
"authors": [
{
"name": "Search Turbine - Open Source PHP Dev Team",
"email": "[email protected]",
"homepage": "http://searchturbine.com",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/searchturbine/phpwee-php-minifier"
}
],
"autoload": {
"files": ["phpwee.php"]
},
"require": {
"php": ">=5.3.0"
}
}