Skip to content

Commit

Permalink
chore(deps): update Composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Nov 29, 2023
1 parent 3e9b5ad commit 37e9ce8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
"php": "^8.2",
"composer-plugin-api": "^2.0",
"canvural/larastan-strict-rules": "^2.1.8",
"friendsofphp/php-cs-fixer": "^3.34.1",
"jetbrains/phpstorm-attributes": "^1.0",
"nunomaduro/larastan": "^2.6.4",
"phpstan/phpstan": "^1.10.38",
"phpstan/phpstan": "^1.10.46",
"phpstan/phpstan-mockery": "^1.1.1",
"rector/rector": "^0.18.5",
"rector/rector": "^0.18.11",
"slevomat/coding-standard": "^8.14.1",
"spaze/phpstan-disallowed-calls": "^2.16",
"squizlabs/php_codesniffer": "^3.7.2",
"symplify/easy-coding-standard": "^11.5",
"symplify/easy-coding-standard": "^12.0.9",
"thecodingmachine/safe": "^2.5"
},
"require-dev": {
"composer/composer": "^2.6.5",
"pestphp/pest": "^2.21",
"friendsofphp/php-cs-fixer": "^3.40",
"pestphp/pest": "^2.26",
"spatie/invade": "^1.1.1",
"spatie/ray": "^1.39"
"spatie/ray": "^1.39",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/WorksomeRectorConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Worksome\CodingStyle;

use Rector\CodingStyle\Rector\FuncCall\ArraySpreadInsteadOfArrayMergeRector;
use Rector\Config\RectorConfig;
use Rector\DeadCode\Rector\ClassMethod\RemoveUselessParamTagRector;
use Rector\DeadCode\Rector\ClassMethod\RemoveUselessReturnTagRector;
use Rector\DeadCode\Rector\Node\RemoveNonExistingVarAnnotationRector;
use Rector\DeadCode\Rector\Stmt\RemoveUnreachableStatementRector;
use Rector\Php74\Rector\FuncCall\ArraySpreadInsteadOfArrayMergeRector;
use Rector\Php80\Rector\Catch_\RemoveUnusedVariableInCatchRector;
use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
use Rector\Php80\Rector\FuncCall\ClassOnObjectRector;
Expand Down

0 comments on commit 37e9ce8

Please sign in to comment.