|
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "php": "^8.2", |
14 | | - "phpunit/phpunit": "^11.1" |
| 13 | + "php": "^8.3", |
| 14 | + "phpunit/phpunit": "^12.5" |
15 | 15 | }, |
16 | 16 | "require-dev": { |
17 | | - "ergebnis/composer-normalize": "^2.43.0", |
| 17 | + "ergebnis/composer-normalize": "^2.45", |
18 | 18 | "lendable/composer-license-checker": "^1.2.1", |
19 | | - "php-cs-fixer/shim": "^3.59.3", |
20 | | - "phpstan/phpstan": "^1.11.7", |
21 | | - "phpstan/phpstan-deprecation-rules": "^1.2.0", |
22 | | - "phpstan/phpstan-phpunit": "^1.4.0", |
23 | | - "phpstan/phpstan-strict-rules": "^1.6.0", |
24 | | - "rector/rector": "1.2.1" |
| 19 | + "php-cs-fixer/shim": "^3.92", |
| 20 | + "phpstan/phpstan": "^2.1", |
| 21 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 22 | + "phpstan/phpstan-phpunit": "^2.0", |
| 23 | + "phpstan/phpstan-strict-rules": "^2.0", |
| 24 | + "rector/rector": "2.3.0" |
25 | 25 | }, |
26 | 26 | "minimum-stability": "stable", |
27 | 27 | "autoload": { |
|
42 | 42 | "ergebnis/composer-normalize": true |
43 | 43 | }, |
44 | 44 | "platform": { |
45 | | - "php": "8.2.14" |
| 45 | + "php": "8.3.0" |
46 | 46 | }, |
47 | 47 | "sort-packages": true |
48 | 48 | }, |
|
63 | 63 | "phpstan": [ |
64 | 64 | "phpstan analyse --ansi --no-progress --memory-limit=-1" |
65 | 65 | ], |
| 66 | + "phpstan:baseline": [ |
| 67 | + "phpstan analyse --ansi --no-progress --memory-limit=-1 --generate-baseline" |
| 68 | + ], |
66 | 69 | "phpunit:phpstan": [ |
67 | 70 | "phpunit --colors --testsuite=phpstan" |
68 | 71 | ], |
|
0 commit comments