Skip to content

Commit

Permalink
Upgrade dependencies for PHPStan and Symfony packages
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
koriym committed Nov 29, 2024
1 parent ab6624c commit f7c8844
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 50 deletions.
4 changes: 2 additions & 2 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"doctrine/coding-standard": "^9.0",
"phpmd/phpmd": "^2.9",
"phpmetrics/phpmetrics": "^2.7",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan": "^2.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.2",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-phpunit": "^2.0",
"psalm/plugin-phpunit": "^0.17.0"
},
"config": {
Expand Down
95 changes: 47 additions & 48 deletions vendor-bin/tools/composer.lock

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

0 comments on commit f7c8844

Please sign in to comment.