diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index ead15b7..7d05c1d 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -265,6 +265,7 @@ ], ], 'phpdoc_param_order' => true, + 'phpdoc_array_type' => true, // return_notation 'simplified_null_return' => true, @@ -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() => [ diff --git a/composer.json b/composer.json index 4f7e270..50394ae 100644 --- a/composer.json +++ b/composer.json @@ -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.",