|
12 | 12 | } |
13 | 13 | ], |
14 | 14 | "require": { |
15 | | - "infinityloop-dev/graphpinator": "^1.6", |
16 | | - "infinityloop-dev/graphpinator-constraint-directives": "^1.2", |
17 | | - "infinityloop-dev/utils": "^2.3" |
| 15 | + "php": ">=8.2", |
| 16 | + "ext-filter": "*", |
| 17 | + "infinityloop-dev/graphpinator": "^2.0", |
| 18 | + "infinityloop-dev/graphpinator-constraint-directives": "^2.0", |
| 19 | + "infinityloop-dev/utils": "^2.3", |
| 20 | + "infinityloop-dev/graphpinator-common": "^2.0" |
18 | 21 | }, |
19 | 22 | "require-dev": { |
20 | | - "phpunit/phpunit": "^10.4 || ^12.0", |
21 | | - "infection/infection": "^0.27 || ^0.30 || ^0.31", |
| 23 | + "infection/infection": "^0.29", |
| 24 | + "infinityloop-dev/graphpinator-tokenizer": "^1.3", |
| 25 | + "phpstan/extension-installer": "^1.4", |
22 | 26 | "phpstan/phpstan": "^2.0", |
23 | | - "webthinx/codestyle": "^1.0" |
| 27 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 28 | + "phpstan/phpstan-strict-rules": "^2.0", |
| 29 | + "phpunit/phpunit": "^10.4", |
| 30 | + "shipmonk/composer-dependency-analyser": "^1.8", |
| 31 | + "thecodingmachine/phpstan-safe-rule": "^1.4", |
| 32 | + "webthinx/codestyle": "^1.1" |
24 | 33 | }, |
25 | 34 | "scripts": { |
26 | 35 | "phpunit": "phpunit tests", |
|
29 | 38 | "infection -j$(nproc)" |
30 | 39 | ], |
31 | 40 | "phpstan": "phpstan analyze --level 8 src", |
32 | | - "phpstan-next": "phpstan analyze --level 8 src", |
| 41 | + "phpstan-next": "phpstan analyze --level 9 src", |
33 | 42 | "phpstan-max": "phpstan analyze --level max src", |
34 | 43 | "codestyle": "phpcs src tests", |
35 | | - "codestyle-fix": "phpcbf src tests" |
| 44 | + "codestyle-fix": "phpcbf src tests", |
| 45 | + "dependencies": "composer-dependency-analyser" |
36 | 46 | }, |
37 | 47 | "autoload": { |
38 | 48 | "psr-4": { |
|
44 | 54 | "Graphpinator\\ExtraTypes\\Tests\\": "tests/" |
45 | 55 | } |
46 | 56 | }, |
| 57 | + "minimum-stability": "RC", |
47 | 58 | "config": { |
48 | 59 | "allow-plugins": { |
49 | 60 | "dealerdirect/phpcodesniffer-composer-installer": true, |
50 | | - "infection/extension-installer": true |
| 61 | + "infection/extension-installer": true, |
| 62 | + "phpstan/extension-installer": true |
51 | 63 | } |
52 | 64 | } |
53 | 65 | } |
0 commit comments