|
18 | 18 | }, |
19 | 19 | "require-dev": { |
20 | 20 | "bamarni/composer-bin-plugin": "^1.8.2", |
21 | | - "dragon-code/benchmark": "^2.6", |
22 | | - "ergebnis/composer-normalize": "^2.45.0", |
23 | | - "friendsofphp/php-cs-fixer": "^3.67.0", |
24 | | - "phpstan/phpstan": "^1.12.15", |
25 | | - "phpunit/phpunit": "^10.5.40", |
26 | | - "phpyh/coding-standard": "^2.6.2", |
27 | | - "symfony/var-dumper": "^6.4.15 || ^7.1.3" |
| 21 | + "phpunit/phpunit": "^10.5.45", |
| 22 | + "symfony/var-dumper": "^6.4.18 || ^7.2.3" |
28 | 23 | }, |
29 | 24 | "autoload": { |
30 | 25 | "psr-4": { |
|
38 | 33 | }, |
39 | 34 | "config": { |
40 | 35 | "allow-plugins": { |
41 | | - "bamarni/composer-bin-plugin": true, |
42 | | - "ergebnis/composer-normalize": true |
| 36 | + "bamarni/composer-bin-plugin": true |
43 | 37 | }, |
44 | 38 | "bump-after-update": "dev", |
45 | 39 | "platform": { |
|
57 | 51 | "scripts": { |
58 | 52 | "check-require": "tools/composer-require-checker/vendor/bin/composer-require-checker", |
59 | 53 | "check-unused": "tools/composer-unused/vendor/bin/composer-unused", |
60 | | - "fixcs": "php-cs-fixer fix --diff --verbose", |
| 54 | + "fixcs": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --verbose", |
61 | 55 | "infection": "tools/infection/vendor/bin/infection --show-mutations", |
| 56 | + "normalize": "@composer bin composer-normalize normalize --diff ../../composer.json", |
62 | 57 | "phpstan": "tools/phpstan/vendor/bin/phpstan analyze", |
63 | 58 | "pre-command-run": "mkdir -p var", |
| 59 | + "psalm": "tools/psalm/vendor/bin/psalm --show-info --no-diff --no-cache", |
64 | 60 | "test": "phpunit" |
65 | 61 | } |
66 | 62 | } |
0 commit comments