Skip to content

Commit 993c8cd

Browse files
committed
feat(dependencies): update development dependencies versions
- Updated `brainmaestro/composer-git-hooks` to support version `^2.8 || ^3.0` - Updated `friendsofphp/php-cs-fixer` to version `^3.62` - Updated `orchestra/testbench` to support version `^6.45 || ^7.0 || ^8.0 || ^9.0` - Updated `rector/rector` to version `^1.2` - Updated `vimeo/psalm` to version `^5.25` These updates ensure compatibility with the latest versions of the dependencies, improving overall stability and functionality.
1 parent a692c04 commit 993c8cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,26 @@
5353
"require-dev": {
5454
"bamarni/composer-bin-plugin": "^1.8",
5555
"barryvdh/laravel-debugbar": "^3.7",
56-
"brainmaestro/composer-git-hooks": "^2.8",
56+
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
5757
"ergebnis/composer-normalize": "^2.43",
58-
"friendsofphp/php-cs-fixer": "^3.59",
58+
"friendsofphp/php-cs-fixer": "^3.62",
5959
"guanguans/ai-commit": "dev-main",
6060
"guanguans/monorepo-builder-worker": "^1.4",
6161
"itsgoingd/clockwork": "^5.2",
6262
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
6363
"laravel/legacy-factories": "^1.4",
6464
"mockery/mockery": "^1.6",
65-
"orchestra/testbench": "^6.44 || ^7.0 || ^8.0 || ^9.0",
65+
"orchestra/testbench": "^6.45 || ^7.0 || ^8.0 || ^9.0",
6666
"pestphp/pest": "^1.23 || ^2.0",
6767
"pestphp/pest-plugin-faker": "^1.0 || ^2.0",
6868
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0",
6969
"php-mock/php-mock-phpunit": "^2.10",
7070
"phpstan/extension-installer": "^1.4",
7171
"phpstan/phpstan-deprecation-rules": "^1.2",
72-
"rector/rector": "^1.1",
72+
"rector/rector": "^1.2",
7373
"spatie/pest-plugin-snapshots": "^1.1 || ^2.0",
7474
"spatie/ray": "^1.41",
75-
"vimeo/psalm": "^5.24"
75+
"vimeo/psalm": "^5.25"
7676
},
7777
"suggest": {
7878
"barryvdh/laravel-debugbar": "Output SQL scores to Laravel DebugBar.",

0 commit comments

Comments
 (0)