|
69 | 69 | "require-dev": {
|
70 | 70 | "brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
|
71 | 71 | "ergebnis/composer-normalize": "^2.28",
|
72 |
| - "friendsofphp/php-cs-fixer": "^3.35", |
73 |
| - "guanguans/ai-commit": "^1.8", |
74 |
| - "guanguans/monorepo-builder-worker": "^1.2", |
75 |
| - "kubawerlos/php-cs-fixer-custom-fixers": "^3.16", |
| 72 | + "friendsofphp/php-cs-fixer": "^3.46", |
| 73 | + "guanguans/ai-commit": "dev-main", |
| 74 | + "guanguans/monorepo-builder-worker": "^1.4", |
| 75 | + "kubawerlos/php-cs-fixer-custom-fixers": "^3.18", |
76 | 76 | "laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0",
|
77 | 77 | "mockery/mockery": "^1.6",
|
78 | 78 | "orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
|
|
82 | 82 | "phpstan/extension-installer": "^1.3",
|
83 | 83 | "phpstan/phpstan": "^1.10",
|
84 | 84 | "phpstan/phpstan-deprecation-rules": "^1.1",
|
85 |
| - "rector/rector": "^0.18", |
86 |
| - "vimeo/psalm": "^5.15" |
| 85 | + "rector/rector": "^0.19", |
| 86 | + "vimeo/psalm": "^5.18" |
87 | 87 | },
|
88 | 88 | "minimum-stability": "stable",
|
89 | 89 | "prefer-stable": true,
|
|
157 | 157 | "@lint",
|
158 | 158 | "@style-lint",
|
159 | 159 | "@test",
|
160 |
| - "@psalm" |
| 160 | + "@psalm", |
| 161 | + "@rector-dry-run" |
161 | 162 | ],
|
162 | 163 | "composer-bin-all-update": "@composer bin all update --ansi -v",
|
163 | 164 | "composer-check-platform-reqs": "@composer check-platform-reqs --lock --ansi -v",
|
|
0 commit comments