|
8 | 8 | "minimum-stability": "dev", |
9 | 9 | "prefer-stable": true, |
10 | 10 | "require": { |
11 | | - "php": "^7.2 || ^8.0", |
| 11 | + "php": "^8.0", |
12 | 12 | "phpstan/phpstan": "^1.8.9", |
13 | 13 | "nikic/php-parser": "^4.15.1", |
14 | | - "typo3/cms-core": "^10.4 || ^11.5 || ^12.3", |
15 | | - "typo3/cms-extbase": "^10.4 || ^11.5 || ^12.3", |
| 14 | + "typo3/cms-core": "^11.5 || ^12.3", |
| 15 | + "typo3/cms-extbase": "^11.5 || ^12.3", |
16 | 16 | "bnf/phpstan-psr-container": "^1.0", |
17 | 17 | "composer/semver": "^3.3" |
18 | 18 | }, |
19 | 19 | "require-dev": { |
20 | | - "consistence-community/coding-standard": "^3.10.1", |
21 | | - "slevomat/coding-standard": "^6.4.1", |
| 20 | + "consistence-community/coding-standard": "^3.11.3", |
| 21 | + "slevomat/coding-standard": "^8.11.1", |
22 | 22 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
23 | 23 | "php-parallel-lint/php-parallel-lint": "^1.3.2", |
24 | 24 | "phing/phing": "^2.17.4", |
25 | 25 | "phpstan/phpstan-strict-rules": "^1.5.1", |
26 | | - "phpunit/phpunit": "^8.5.33", |
27 | | - "symfony/polyfill-php80": "^1.27.0" |
| 26 | + "phpunit/phpunit": "^8.5.33" |
28 | 27 | }, |
29 | 28 | "autoload": { |
30 | 29 | "psr-4": { |
|
0 commit comments