|
12 | 12 | "prefer-stable": true, |
13 | 13 | "require": { |
14 | 14 | "php": "^7.4 || ^8.0", |
15 | | - "phpstan/phpstan": "^1.10.9", |
16 | | - "nikic/php-parser": "^4.15.1", |
| 15 | + "phpstan/phpstan": "^1.10", |
17 | 16 | "typo3/cms-core": "^11.5 || ^12.4 || ^13.0", |
18 | 17 | "typo3/cms-extbase": "^11.5 || ^12.4 || ^13.0", |
19 | 18 | "bnf/phpstan-psr-container": "^1.0", |
|
22 | 21 | "ext-simplexml": "*" |
23 | 22 | }, |
24 | 23 | "require-dev": { |
25 | | - "consistence-community/coding-standard": "^3.11.1", |
26 | | - "slevomat/coding-standard": "^7.2.1", |
27 | | - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", |
28 | | - "php-parallel-lint/php-parallel-lint": "^1.3.2", |
29 | | - "phing/phing": "^2.17.4", |
30 | | - "phpstan/phpstan-strict-rules": "^1.5.1", |
31 | | - "phpunit/phpunit": "^9.6.16", |
32 | | - "symfony/polyfill-php80": "^1.28.0", |
| 24 | + "nikic/php-parser": "^v4.19.1", |
| 25 | + "consistence-community/coding-standard": "^3.10", |
| 26 | + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
| 27 | + "php-parallel-lint/php-parallel-lint": "^1.4", |
| 28 | + "phing/phing": "^2.17", |
| 29 | + "phpstan/phpstan-strict-rules": "^1.5", |
| 30 | + "phpunit/phpunit": "^9.6", |
| 31 | + "symfony/polyfill-php80": "^1.29", |
33 | 32 | "phpstan/phpstan-phpunit": "^1.3" |
34 | 33 | }, |
35 | 34 | "autoload": { |
|
0 commit comments