Skip to content

Commit

Permalink
chore(deps): update dependencies versions
Browse files Browse the repository at this point in the history
- Update guanguans/soar-php dependency version to ^4.2
- Update maximebf/debugbar dependency version to ^1.22
- Update friendsofphp/php-cs-fixer dependency version to ^3.58
- Update orchestra/testbench dependency version to ^6.44 || ^7.0 || ^8.0 || ^9.0
- Update phpstan/phpstan-deprecation-rules dependency version to ^1.2
- Update rector/rector dependency version to ^1.1
- Update vimeo/psalm dependency version to ^5.24
  • Loading branch information
guanguans committed Jun 6, 2024
1 parent b4f0429 commit 22739b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,33 @@
"php": ">=7.4",
"ext-json": "*",
"ext-pdo": "*",
"guanguans/soar-php": "^4.1",
"guanguans/soar-php": "^4.2",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"maximebf/debugbar": "^1.21"
"maximebf/debugbar": "^1.22"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"barryvdh/laravel-debugbar": "^3.7",
"brainmaestro/composer-git-hooks": "^2.8",
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.52",
"friendsofphp/php-cs-fixer": "^3.58",
"guanguans/ai-commit": "dev-main",
"guanguans/monorepo-builder-worker": "^1.4",
"itsgoingd/clockwork": "^5.2",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
"laravel/legacy-factories": "^1.4",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^6.43 || ^7.0 || ^8.0 || ^9.0",
"orchestra/testbench": "^6.44 || ^7.0 || ^8.0 || ^9.0",
"pestphp/pest": "^1.23 || ^2.0",
"pestphp/pest-plugin-faker": "^1.0 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0",
"php-mock/php-mock-phpunit": "^2.10",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"rector/rector": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.2",
"rector/rector": "^1.1",
"spatie/pest-plugin-snapshots": "^1.1 || ^2.0",
"spatie/ray": "^1.41",
"vimeo/psalm": "^5.23"
"vimeo/psalm": "^5.24"
},
"suggest": {
"barryvdh/laravel-debugbar": "Output SQL scores to Laravel DebugBar.",
Expand Down

0 comments on commit 22739b2

Please sign in to comment.