-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 913 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
29
{
"name": "awilum/wp-html-minifier",
"type": "project",
"description": "Plugin for WordPress allows to improve your website overall performance by minifing HTML output across your entire website.",
"keywords": ["wordpress", "plugin", "minify", "php", "html"],
"homepage": "https://github.com/Awilum/wp-html-minifier",
"license": "MIT",
"authors": [
{
"name": "Sergey Romanenko",
"email": "[email protected]",
"homepage": "https://awilum.github.io"
}
],
"support": {
"issues": "https://github.com/Awilum/wp-html-minifier/site/issues"
},
"require": {
"php": "^7.1.3 || ^8.0",
"ext-json": "*",
"voku/html-min": "^4.5",
"symfony/css-selector": "^v5.4.11"
},
"config": {
"optimize-autoloader": true,
"platform-check": false,
"sort-packages": true
}
}