|
8 | 8 | "require": { |
9 | 9 | "php": ">=8.4", |
10 | 10 | "composer/semver": "^3.4", |
11 | | - "entropy/entropy": "dev-main", |
| 11 | + "entropy/entropy": "^0.4", |
12 | 12 | "nette/utils": "^4.1", |
13 | | - "symfony/process": "^8.0", |
14 | | - "webmozart/assert": "^2.0" |
| 13 | + "symfony/process": "^8.1", |
| 14 | + "webmozart/assert": "^2.4" |
15 | 15 | }, |
16 | 16 | "require-dev": { |
17 | | - "phpecs/phpecs": "^2.2", |
| 17 | + "symplify/easy-coding-standard": "^13.2", |
18 | 18 | "phpstan/extension-installer": "^1.4", |
19 | | - "phpstan/phpstan": "^2.1", |
20 | | - "phpunit/phpunit": "^13.0", |
21 | | - "rector/rector": "^2.2", |
22 | | - "rector/swiss-knife": "^2.3", |
| 19 | + "phpstan/phpstan": "^2.2", |
| 20 | + "phpunit/phpunit": "^13.2", |
| 21 | + "rector/rector": "^2.4", |
| 22 | + "rector/swiss-knife": "^2.4", |
23 | 23 | "shipmonk/composer-dependency-analyser": "^1.8", |
24 | | - "symplify/phpstan-extensions": "^12.0", |
| 24 | + "symplify/phpstan-rules": "^14.11", |
25 | 25 | "tomasvotruba/class-leak": "^2.1", |
26 | | - "tracy/tracy": "^2.11" |
| 26 | + "tracy/tracy": "^2.12" |
27 | 27 | }, |
28 | 28 | "autoload": { |
29 | 29 | "psr-4": { |
|
0 commit comments