|
15 | 15 | } |
16 | 16 | ], |
17 | 17 | "require": { |
18 | | - "php": "~8.1 || ~8.2 || ~8.3 || ~8.4", |
| 18 | + "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5", |
19 | 19 | "ext-filter": "*", |
20 | 20 | "ext-json": "*", |
21 | 21 | "ext-simplexml": "*", |
|
24 | 24 | "doctrine/lexer": "^3.0" |
25 | 25 | }, |
26 | 26 | "require-dev": { |
27 | | - "phpunit/phpunit": "^10.4", |
| 27 | + "phpunit/phpunit": "^10.5", |
28 | 28 | "openlss/lib-array2xml": "^1.0", |
29 | | - "symfony/expression-language": "^5.4|^6.4|^7.0", |
30 | | - "symfony/cache": "^5.4|^6.4", |
31 | | - "nikic/php-parser": "^4.0", |
32 | | - "symfony/var-exporter": "^5.4|^6.4|^7.0" |
| 29 | + "symfony/expression-language": "^5.4|^6.4|^7.3|^8.0" |
33 | 30 | }, |
34 | 31 | "suggest": { |
35 | 32 | "openlss/lib-array2xml": "In order ot use Coduo\\PHPMatcher\\Matcher\\XmlMatcher", |
|
47 | 44 | } |
48 | 45 | }, |
49 | 46 | "config": { |
50 | | - "sort-packages": true, |
51 | | - "platform": { |
52 | | - "php": "8.1" |
53 | | - } |
| 47 | + "sort-packages": true |
54 | 48 | }, |
55 | 49 | "scripts": { |
56 | 50 | "benchmark": [ |
|
70 | 64 | ], |
71 | 65 | "test:mutation": [ |
72 | 66 | "Composer\\Config::disableProcessTimeout", |
73 | | - "tools\/infection\/vendor\/bin\/infection -j2" |
| 67 | + "tools\/infection\/vendor\/bin\/infection --threads=4" |
74 | 68 | ], |
75 | 69 | "static:analyze": [ |
76 | 70 | "tools\/cs-fixer\/vendor\/bin\/php-cs-fixer fix --dry-run", |
77 | | - "tools\/psalm\/vendor\/bin\/psalm --shepherd --stats", |
78 | 71 | "tools\/phpstan\/vendor\/bin\/phpstan analyze -c phpstan.neon" |
79 | 72 | ], |
80 | 73 | "tools:install": [ |
81 | 74 | "composer install --working-dir=./tools/cs-fixer", |
82 | 75 | "composer install --working-dir=./tools/infection", |
83 | 76 | "composer install --working-dir=./tools/phpbench", |
84 | | - "composer install --working-dir=./tools/phpstan", |
85 | | - "composer install --working-dir=./tools/psalm --ignore-platform-req=php" |
| 77 | + "composer install --working-dir=./tools/phpstan" |
86 | 78 | ], |
87 | 79 | "tools:update": [ |
88 | 80 | "composer update --working-dir=./tools/cs-fixer", |
89 | 81 | "composer update --working-dir=./tools/infection", |
90 | 82 | "composer update --working-dir=./tools/phpbench", |
91 | | - "composer update --working-dir=./tools/phpstan", |
92 | | - "composer update --working-dir=./tools/psalm --ignore-platform-req=php" |
| 83 | + "composer update --working-dir=./tools/phpstan" |
93 | 84 | ], |
94 | 85 | "post-install-cmd": [ |
95 | 86 | "@tools:install" |
|
0 commit comments