|
8 | 8 | "phpstan/phpstan": "^2.0"
|
9 | 9 | },
|
10 | 10 | "require-dev": {
|
11 |
| - "illuminate/container": "^10.39", |
12 |
| - "phpstan/extension-installer": "^1.3", |
13 |
| - "phpunit/phpunit": "^10.3", |
| 11 | + "illuminate/container": "^11.0", |
| 12 | + "phpstan/extension-installer": "^1.4", |
| 13 | + "phpunit/phpunit": "^11.4", |
14 | 14 | "rector/rector": "^2.0",
|
15 | 15 | "symfony/dependency-injection": "^6.4",
|
16 | 16 | "symfony/finder": "^6.2",
|
17 | 17 | "symplify/easy-coding-standard": "^12.0",
|
18 |
| - "symplify/phpstan-rules": "^14.0", |
19 |
| - "tomasvotruba/class-leak": "^1.1.2", |
| 18 | + "symplify/phpstan-rules": "^14.1", |
20 | 19 | "tracy/tracy": "^2.9"
|
21 | 20 | },
|
22 | 21 | "autoload": {
|
|
41 | 40 | },
|
42 | 41 | "scripts": {
|
43 | 42 | "check-cs": "vendor/bin/ecs check --ansi",
|
44 |
| - "fix-cs": "vendor/bin/ecs check --fix --ansi", |
45 |
| - "phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify", |
| 43 | + "fix-cs": "vendor/bin/ecs check --fix", |
| 44 | + "phpstan": "vendor/bin/phpstan analyse", |
46 | 45 | "rector": "vendor/bin/rector process --dry-run --ansi"
|
47 | 46 | },
|
48 |
| - "minimum-stability": "dev", |
49 |
| - "prefer-stable": true, |
50 | 47 | "config": {
|
51 | 48 | "sort-packages": true,
|
52 | 49 | "platform-check": false,
|
|
0 commit comments