|
69 | 69 | "require-dev": {
|
70 | 70 | "brainmaestro/composer-git-hooks": "^2.8",
|
71 | 71 | "ergebnis/composer-normalize": "^2.42",
|
72 |
| - "friendsofphp/php-cs-fixer": "^3.48", |
| 72 | + "friendsofphp/php-cs-fixer": "^3.51", |
73 | 73 | "guanguans/ai-commit": "dev-main",
|
74 | 74 | "guanguans/monorepo-builder-worker": "^1.4",
|
75 |
| - "kubawerlos/php-cs-fixer-custom-fixers": "^3.19", |
| 75 | + "kubawerlos/php-cs-fixer-custom-fixers": "^3.21", |
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.19 || ^1.0", |
86 |
| - "vimeo/psalm": "^5.21" |
| 85 | + "rector/rector": "^1.0", |
| 86 | + "vimeo/psalm": "^5.23" |
87 | 87 | },
|
88 | 88 | "minimum-stability": "stable",
|
89 | 89 | "prefer-stable": true,
|
|
168 | 168 | "composer-require-checker": "@php ./vendor/bin/composer-require-checker check --config-file=composer-require-checker.json composer.json --ansi -v",
|
169 | 169 | "composer-unused": "@php ./vendor/bin/composer-unused --ansi -v",
|
170 | 170 | "composer-unused-checker": "@php ./vendor/bin/composer-unused --ansi -v",
|
171 |
| - "composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/[email protected]/bin/php --except-packages=laravel/lumen-framework --except-packages=orchestra/testbench --except-packages=pestphp/pest-plugin-laravel --ansi", |
| 171 | + "composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/[email protected]/bin/php --except-packages=guanguans/notify --except-packages=laravel/lumen-framework --except-packages=orchestra/testbench --except-packages=pestphp/pest-plugin-laravel --ansi", |
172 | 172 | "composer-updater-dry-run": "@composer-updater --dry-run",
|
173 | 173 | "composer-validate": "@composer validate --check-lock --strict --ansi -v",
|
174 | 174 | "facade-lint": "@facade-update --lint",
|
|
201 | 201 | "release-minor-dry-run": "@release-minor --dry-run",
|
202 | 202 | "release-patch": "@release patch",
|
203 | 203 | "release-patch-dry-run": "@release-patch --dry-run",
|
204 |
| - "style-fix": "@php ./vendor/bin/php-cs-fixer fix --using-cache=yes --config=.php-cs-fixer.php --ansi -v", |
| 204 | + "style-fix": "@php ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots --diff --ansi -v", |
205 | 205 | "style-lint": "@style-fix --diff --dry-run",
|
206 | 206 | "test": "@pest",
|
207 | 207 | "test-coverage": "@pest-coverage",
|
|
0 commit comments