Skip to content

Commit

Permalink
[TASK] Update the PHPStan packages
Browse files Browse the repository at this point in the history
Also make PHPStan an explicit dependency.
  • Loading branch information
oliverklee committed Jun 3, 2024
1 parent eabf8eb commit 994c2fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@
"nikic/php-parser": "^4.15.5",
"overtrue/phplint": "^9.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.12",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-symfony": "^1.3.2",
"phpstan/phpstan": "^1.11.3",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpstan/phpstan-symfony": "^1.4.3",
"phpunit/phpunit": "^10.1.3",
"symfony/finder": "^6.4 || ^7.0",
"symfony/process": "^6.4 || ^7.0"
Expand Down

0 comments on commit 994c2fc

Please sign in to comment.