-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.06 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "pluswerk/minify",
"description": "Pluswerk: Minify - Minifies your html",
"license": "GPL-2.0-or-later",
"type": "typo3-cms-extension",
"homepage": "https://www.pluswerk.ag",
"support": {
"source": "https://github.com/pluswerk/minify"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2",
"typo3/cms-core": "^11.5 || ^12.4",
"voku/html-min": "^4.5"
},
"require-dev": {
"andersundsehr/ssi-include": "^1.1.0",
"pluswerk/grumphp-config": "^7",
"saschaegerer/phpstan-typo3": "^1.10.0",
"ssch/typo3-rector": "^2.5.0"
},
"autoload": {
"psr-4": {
"Pluswerk\\PlusMinify\\": "Classes/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true,
"pluswerk/grumphp-config": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
},
"sort-packages": true
},
"extra": {
"typo3/cms": {
"extension-key": "minify"
}
}
}