From 02c436e2f7a0ba7c3d6af0fd6e2c6ba9a3bff9f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:21:25 +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 e9e7cd64..be1405e5 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.12.1", "phpunit/phpunit": "^10.5.32", "psalm/plugin-phpunit": "^0.19.0",