|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "php": "~8.3.0 || ~8.4.0 || ~8.5.0", |
| 13 | + "php": "~8.4.0 || ~8.5.0", |
14 | 14 | "composer-runtime-api": "^2.2", |
15 | 15 | "symfony/console": "^5.4 || ^6.0 || ^7.0", |
16 | 16 | "symfony/process": "^5.4.46 || ^6.4.14 || ^7.1.7" |
|
19 | 19 | "ergebnis/composer-normalize": "^2.43.0", |
20 | 20 | "lendable/phpunit-extensions": "^0.3", |
21 | 21 | "php-cs-fixer/shim": "^3.61.1", |
22 | | - "phpstan/phpstan": "^1.11.9", |
23 | | - "phpstan/phpstan-deprecation-rules": "^1.2.0", |
24 | | - "phpstan/phpstan-phpunit": "^1.4.0", |
25 | | - "phpstan/phpstan-strict-rules": "^1.6.0", |
| 22 | + "phpstan/phpstan": "^2.0", |
| 23 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 24 | + "phpstan/phpstan-phpunit": "^2.0", |
| 25 | + "phpstan/phpstan-strict-rules": "^2.0", |
26 | 26 | "phpunit/phpunit": "^11.3.0", |
27 | | - "rector/rector": "^1.2.2", |
| 27 | + "rector/rector": "^2.0", |
28 | 28 | "symfony/filesystem": "^6.2" |
29 | 29 | }, |
30 | 30 | "autoload": { |
|
47 | 47 | "ergebnis/composer-normalize": true |
48 | 48 | }, |
49 | 49 | "platform": { |
50 | | - "php": "8.3" |
| 50 | + "php": "8.4" |
51 | 51 | }, |
52 | 52 | "sort-packages": true |
53 | 53 | }, |
|
0 commit comments