|
5 | 5 | "type": "library", |
6 | 6 | "require": { |
7 | 7 | "php": ">=8.1", |
8 | | - "ergebnis/composer-normalize": "^2.47", |
| 8 | + "ergebnis/composer-normalize": "^2.48.2", |
9 | 9 | "infection/infection": "~0.27.11", |
| 10 | + "jangregor/phpstan-prophecy": "^2.2", |
10 | 11 | "matthiasnoback/symfony-dependency-injection-test": "^5.1", |
11 | 12 | "phpspec/prophecy-phpunit": "^2.4", |
12 | | - "phpunit/phpunit": "^9.6.23", |
13 | | - "psalm/plugin-phpunit": "~0.18.4", |
14 | | - "psalm/plugin-symfony": "^5.2.6", |
15 | | - "rector/rector": "^2.1", |
| 13 | + "phpstan/extension-installer": "^1.4", |
| 14 | + "phpstan/phpstan": "^2.1.30", |
| 15 | + "phpstan/phpstan-doctrine": "^2.0", |
| 16 | + "phpstan/phpstan-phpunit": "^2.0", |
| 17 | + "phpstan/phpstan-symfony": "^2.0", |
| 18 | + "phpunit/phpunit": "^9.6.29", |
| 19 | + "rector/rector": "^2.2", |
16 | 20 | "shipmonk/composer-dependency-analyser": "^1.8.3", |
17 | | - "sylius-labs/coding-standard": "^4.4", |
18 | | - "sylius/sylius": "~1.14.6", |
19 | | - "vimeo/psalm": "^5.26.1 || ^6.10.3" |
| 21 | + "sylius-labs/coding-standard": "^4.4.1", |
| 22 | + "sylius/sylius": "~1.14.13" |
20 | 23 | }, |
21 | 24 | "config": { |
22 | 25 | "allow-plugins": { |
23 | 26 | "dealerdirect/phpcodesniffer-composer-installer": false, |
24 | 27 | "ergebnis/composer-normalize": true, |
25 | | - "infection/extension-installer": true |
| 28 | + "infection/extension-installer": true, |
| 29 | + "phpstan/extension-installer": true |
26 | 30 | }, |
27 | 31 | "sort-packages": true |
| 32 | + }, |
| 33 | + "extra": { |
| 34 | + "phpstan": { |
| 35 | + "includes": [ |
| 36 | + "phpstan/extension.neon" |
| 37 | + ] |
| 38 | + } |
28 | 39 | } |
29 | 40 | } |
0 commit comments