Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
- Update guanguans/soar-php from ^4.0 to ^4.1
- Update maximebf/debugbar from ^1.19 to ^1.21
- Update brainmaestro/composer-git-hooks from ^2.8 || ^3.0 to ^2.8
- Update ergebnis/composer-normalize from ^2.28 to ^2.42
- Update friendsofphp/php-cs-fixer from ^3.47 to ^3.51
- Update itsgoingd/clockwork from ^5.1 to ^5.2
- Update kubawerlos/php-cs-fixer-custom-fixers from ^3.19 to ^3.21
- Update laravel/legacy-factories from ^1.3 to ^1.4
- Update php-mock/php-mock-phpunit from ^2.9 to ^2.10
- Update rector/rector from ^0.19 to ^1.0
- Update spatie/ray from ^1.40 to ^1.41
- Update vimeo/psalm from ^5.19 to ^5.23
  • Loading branch information
guanguans committed Mar 13, 2024
1 parent e5420a7 commit 11fe062
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
],
],
'phpdoc_param_order' => true,
'phpdoc_array_type' => true,

// return_notation
'simplified_null_return' => true,
Expand Down Expand Up @@ -371,7 +372,7 @@
PhpCsFixerCustomFixers\Fixer\PhpUnitAssertArgumentsOrderFixer::name() => true,
PhpCsFixerCustomFixers\Fixer\PhpUnitDedicatedAssertFixer::name() => true,
PhpCsFixerCustomFixers\Fixer\PhpUnitNoUselessReturnFixer::name() => true,
PhpCsFixerCustomFixers\Fixer\PhpdocArrayStyleFixer::name() => true,
// PhpCsFixerCustomFixers\Fixer\PhpdocArrayStyleFixer::name() => true,
// PhpCsFixerCustomFixers\Fixer\PhpdocNoIncorrectVarAnnotationFixer::name() => true,
PhpCsFixerCustomFixers\Fixer\PhpdocNoSuperfluousParamFixer::name() => true,
// PhpCsFixerCustomFixers\Fixer\PhpdocOnlyAllowedAnnotationsFixer::name() => [
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,35 +46,35 @@
"php": ">=7.4",
"ext-json": "*",
"ext-pdo": "*",
"guanguans/soar-php": "^4.0",
"guanguans/soar-php": "^4.1",
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"maximebf/debugbar": "^1.19"
"maximebf/debugbar": "^1.21"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"barryvdh/laravel-debugbar": "^3.7",
"brainmaestro/composer-git-hooks": "^2.8 || ^3.0",
"ergebnis/composer-normalize": "^2.28",
"friendsofphp/php-cs-fixer": "^3.47",
"brainmaestro/composer-git-hooks": "^2.8",
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.51",
"guanguans/ai-commit": "dev-main",
"guanguans/monorepo-builder-worker": "^1.4",
"itsgoingd/clockwork": "^5.1",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.19",
"laravel/legacy-factories": "^1.3",
"itsgoingd/clockwork": "^5.2",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
"laravel/legacy-factories": "^1.4",
"laravel/lumen-framework": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.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.9",
"php-mock/php-mock-phpunit": "^2.10",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"rector/rector": "^1.0",
"spatie/pest-plugin-snapshots": "^1.1 || ^2.0",
"spatie/ray": "^1.40",
"vimeo/psalm": "^5.19"
"spatie/ray": "^1.41",
"vimeo/psalm": "^5.23"
},
"suggest": {
"barryvdh/laravel-debugbar": "Output SQL scores to Laravel DebugBar.",
Expand Down

0 comments on commit 11fe062

Please sign in to comment.