From 6b8a060b1dfe5a89a9bbc084a27a39d432849735 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 18 Nov 2025 14:48:07 +0200 Subject: [PATCH] Update phpDocumentor dependency to version 3.8.* This change updates the phpDocumentor version from 3.1.* to 3.8.* in composer.json to ensure compatibility with the latest features and fixes. Keeping dependencies up-to-date enhances stability and security. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6fb5386f..44ff9598 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpcompatibility/phpcompatibility-wp": "*", "wp-coding-standards/wpcs": "2.3.0", "squizlabs/php_codesniffer": "3.*", - "phpdocumentor/phpdocumentor": "3.1.*", + "phpdocumentor/phpdocumentor": "3.8.*", "sniccowp/php-scoper-wordpress-excludes": "6.8.*" }, "scripts": {