Skip to content

Commit

Permalink
Update Composer dev tooling dependencies (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 97b415f commit e6798ee
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
},
"require-dev": {
"guzzlehttp/guzzle": "^6.5.8|^7.4.5",
"php-cs-fixer/shim": "^3.45.0",
"php-cs-fixer/shim": "^3.46.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpstan/phpstan": "^1.10.50",
"phpstan/phpstan": "^1.10.55",
"phpstan/phpstan-beberlei-assert": "^1.1.2",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.5",
"rector/rector": "^0.18"
"rector/rector": "^0.19"
},

"scripts": {
Expand All @@ -58,7 +58,7 @@
"@composer audit"
],
"static-analysis": [
"bin/phpstan analyse src/ tests/ --configuration=./tools/phpstan/phpstan.neon --ansi",
"bin/phpstan analyse src/ tests/ rector.php --configuration=./tools/phpstan/phpstan.neon --ansi",
"@rector:check"
],
"lint:source": [
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\Core\ValueObject\PhpVersion;
use Rector\PHPUnit\Set\PHPUnitLevelSetList;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;
use Rector\ValueObject\PhpVersion;

return static function (RectorConfig $rector): void {
$rector->parallel();
Expand Down

0 comments on commit e6798ee

Please sign in to comment.