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.
This commit is contained in:
Mykyta Synelnikov
2025-11-18 14:48:07 +02:00
parent e4a55d1d45
commit 6b8a060b1d
+1 -1
View File
@@ -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": {