From c799118c7f7397109fbcd6f6b11d29864876e9ed Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sat, 23 Nov 2024 12:51:52 +0900 Subject: [PATCH] Update development dependencies 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. --- composer.json | 4 ++-- vendor-bin/tools/composer.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 0fd4a06..564ecfa 100644 --- a/composer.json +++ b/composer.json @@ -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":{ diff --git a/vendor-bin/tools/composer.json b/vendor-bin/tools/composer.json index ebb4807..2eaf5f3 100644 --- a/vendor-bin/tools/composer.json +++ b/vendor-bin/tools/composer.json @@ -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,