From 9d76daf1844cefee7ff048572353aaad94833a93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:45:38 +0000 Subject: [PATCH] Update dependency phing/phing to v3 | datasource | package | from | to | | ---------- | ----------- | ------ | ----- | | packagist | phing/phing | 2.17.4 | 3.0.0 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b2ec8f01..258f1e92 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "require-dev": { "ext-zend-opcache": "*", "doctrine/coding-standard": "^12.0.0", - "phing/phing": "^2.17.4", + "phing/phing": "^3.0.0", "phpstan/phpstan": "^1.11.6", "phpunit/phpunit": "^10.5.25", "psalm/plugin-phpunit": "^0.19.0",