Skip to content

Commit f7c8844

Browse files
committed
Upgrade dependencies for PHPStan and Symfony packages
Upgraded PHPStan and PHPStan-PHPUnit to version 2.0 to ensure compatibility with the latest features and improvements. Additionally, Symfony components have been updated to version 7.2.0 to benefit from bug fixes and performance enhancements. This update maintains alignment with the supported PHP versions and related dependencies.
1 parent ab6624c commit f7c8844

File tree

2 files changed

+49
-50
lines changed

2 files changed

+49
-50
lines changed

vendor-bin/tools/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"doctrine/coding-standard": "^9.0",
44
"phpmd/phpmd": "^2.9",
55
"phpmetrics/phpmetrics": "^2.7",
6-
"phpstan/phpstan": "^1.0",
6+
"phpstan/phpstan": "^2.0",
77
"squizlabs/php_codesniffer": "^3.5",
88
"vimeo/psalm": "^4.2",
9-
"phpstan/phpstan-phpunit": "^1.1",
9+
"phpstan/phpstan-phpunit": "^2.0",
1010
"psalm/plugin-phpunit": "^0.17.0"
1111
},
1212
"config": {

vendor-bin/tools/composer.lock

Lines changed: 47 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)