Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
Updated versions for `doctrine/annotations`, `bamarni/composer-bin-plugin`, `phpmd/phpmd`, `phpstan/phpstan`, `squizlabs/php_codesniffer`, and `vimeo/psalm` in `composer.json` and `vendor-bin/tools/composer.json`. These changes ensure compatibility and include the latest improvements and bug fixes.
  • Loading branch information
koriym committed Nov 23, 2024
1 parent 1c02be3 commit c799118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6.21",
"doctrine/annotations": "^1.13.3 || ^2.0",
"bamarni/composer-bin-plugin": "^1.8"
"doctrine/annotations": "^1.14.4 || ^2.0",
"bamarni/composer-bin-plugin": "^1.8.2"
},
"autoload":{
"psr-4":{
Expand Down
8 changes: 4 additions & 4 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"require-dev": {
"doctrine/coding-standard": "^12.0",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^2.0",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.26"
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^2.0.2",
"squizlabs/php_codesniffer": "^3.11.1",
"vimeo/psalm": "^5.26.1"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit c799118

Please sign in to comment.