From a27b0001763a28a9ff44df2886fc3caf202f4e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:54:34 +0000 Subject: [PATCH] Update phing/phing requirement from ^2.14 to ^3.0 Updates the requirements on [phing/phing](https://github.com/phingofficial/phing) to permit the latest version. - [Release notes](https://github.com/phingofficial/phing/releases) - [Changelog](https://github.com/phingofficial/phing/blob/main/CHANGELOG.md) - [Commits](https://github.com/phingofficial/phing/compare/2.14.0...3.0.0) --- updated-dependencies: - dependency-name: phing/phing dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 composer.json diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 46a3766..5c0753c --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "symfony/process": "^5.0|^6.0|^7.0" }, "require-dev": { - "phing/phing": "^2.14", + "phing/phing": "^3.0", "phpunit/phpunit": "^9.5|^10.0|^11.0", "scrutinizer/ocular": "^1.3", "symfony/finder": "^5.0|^6.0|^7.0",