|
11 | 11 | "require-dev": { |
12 | 12 | "doctrine/dbal": "^4.0", |
13 | 13 | "doctrine/event-manager": "^2.0", |
14 | | - "editorconfig-checker/editorconfig-checker": "^10.6.0", |
15 | | - "ergebnis/composer-normalize": "^2.43.0", |
16 | | - "phpstan/phpstan": "^1.12.5", |
17 | | - "phpstan/phpstan-phpunit": "^1.4.0", |
18 | | - "phpstan/phpstan-strict-rules": "^1.6.0", |
19 | | - "phpunit/phpunit": "^10.5.24", |
20 | | - "shipmonk/composer-dependency-analyser": "^1.5.3", |
21 | | - "shipmonk/phpstan-rules": "^3.0", |
22 | | - "slevomat/coding-standard": "^8.15.0" |
| 14 | + "editorconfig-checker/editorconfig-checker": "10.6.0", |
| 15 | + "ergebnis/composer-normalize": "2.44.0", |
| 16 | + "phpstan/phpstan": "1.12.6", |
| 17 | + "phpstan/phpstan-phpunit": "1.4.0", |
| 18 | + "phpstan/phpstan-strict-rules": "1.6.1", |
| 19 | + "phpunit/phpunit": "10.5.36", |
| 20 | + "shipmonk/composer-dependency-analyser": "1.7.0", |
| 21 | + "shipmonk/phpstan-rules": "3.2.1", |
| 22 | + "slevomat/coding-standard": "8.15.0" |
23 | 23 | }, |
24 | 24 | "autoload": { |
25 | 25 | "psr-4": { |
|
48 | 48 | "@check:tests", |
49 | 49 | "@check:dependencies" |
50 | 50 | ], |
51 | | - "check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock", |
| 51 | + "check:composer": [ |
| 52 | + "composer normalize --dry-run --no-check-lock --no-update-lock", |
| 53 | + "composer validate --strict" |
| 54 | + ], |
52 | 55 | "check:cs": "phpcs", |
53 | 56 | "check:dependencies": "composer-dependency-analyser", |
54 | 57 | "check:ec": "ec src tests", |
55 | 58 | "check:tests": "phpunit tests", |
56 | | - "check:types": "phpstan analyse -vvv", |
| 59 | + "check:types": "phpstan analyse --ansi -vv", |
57 | 60 | "fix:cs": "phpcbf" |
58 | 61 | } |
59 | 62 | } |
0 commit comments