Skip to content

Commit 2afc651

Browse files
committed
chore(deps-dev): update dev dependencies
- Update friendsofphp/php-cs-fixer to version 3.46 - Update guanguans/ai-commit to dev-main - Update guanguans/monorepo-builder-worker to version 1.4 - Update kubawerlos/php-cs-fixer-custom-fixers to version 3.18 - Update rector/rector to version 0.19 - Update vimeo/psalm to version 5.18
1 parent a3f4438 commit 2afc651

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

composer.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
"require-dev": {
7070
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
7171
"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",
7676
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0",
7777
"mockery/mockery": "^1.6",
7878
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
@@ -82,8 +82,8 @@
8282
"phpstan/extension-installer": "^1.3",
8383
"phpstan/phpstan": "^1.10",
8484
"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"
8787
},
8888
"minimum-stability": "stable",
8989
"prefer-stable": true,
@@ -157,7 +157,8 @@
157157
"@lint",
158158
"@style-lint",
159159
"@test",
160-
"@psalm"
160+
"@psalm",
161+
"@rector-dry-run"
161162
],
162163
"composer-bin-all-update": "@composer bin all update --ansi -v",
163164
"composer-check-platform-reqs": "@composer check-platform-reqs --lock --ansi -v",

0 commit comments

Comments
 (0)