|
8 | 8 | "source": "https://github.com/pluswerk/minify" |
9 | 9 | }, |
10 | 10 | "require": { |
11 | | - "php": "^8.0", |
| 11 | + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", |
12 | 12 | "composer-runtime-api": "^2", |
13 | 13 | "typo3/cms-core": "^11.5 || ^12.4", |
14 | 14 | "voku/html-min": "^4.5" |
15 | 15 | }, |
16 | 16 | "require-dev": { |
17 | | - "andersundsehr/ssi-include": "dev-main", |
18 | | - "pluswerk/grumphp-config": "^6", |
19 | | - "saschaegerer/phpstan-typo3": "^1.8.2", |
20 | | - "ssch/typo3-rector": "^1.1.3" |
| 17 | + "andersundsehr/ssi-include": "^1.1.0", |
| 18 | + "pluswerk/grumphp-config": "^7", |
| 19 | + "saschaegerer/phpstan-typo3": "^1.10.0", |
| 20 | + "ssch/typo3-rector": "^2.5.0" |
21 | 21 | }, |
22 | 22 | "autoload": { |
23 | 23 | "psr-4": { |
|
26 | 26 | }, |
27 | 27 | "config": { |
28 | 28 | "allow-plugins": { |
29 | | - "typo3/cms-composer-installers": true, |
30 | | - "typo3/class-alias-loader": true, |
| 29 | + "ergebnis/composer-normalize": true, |
31 | 30 | "phpro/grumphp": true, |
32 | | - "pluswerk/grumphp-config": true, |
33 | 31 | "phpstan/extension-installer": true, |
34 | | - "ergebnis/composer-normalize": true |
| 32 | + "pluswerk/grumphp-config": true, |
| 33 | + "typo3/class-alias-loader": true, |
| 34 | + "typo3/cms-composer-installers": true |
35 | 35 | }, |
36 | 36 | "sort-packages": true |
37 | 37 | }, |
|
0 commit comments