From 47c14dc686dff88e195e94e430ddd68062716db6 Mon Sep 17 00:00:00 2001 From: Susan Turkel <107194029+sturkel89@users.noreply.github.com> Date: Fri, 12 Jul 2024 07:10:08 -0400 Subject: [PATCH] Updated Phing to version 3.0 (#28) --- build.xml | 57 ++++++++++++++++++++++++++++++++++++++------------- composer.json | 3 ++- 2 files changed, 45 insertions(+), 15 deletions(-) diff --git a/build.xml b/build.xml index 8f0d615..08c5a01 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,6 @@ + @@ -41,39 +42,57 @@ - + + + - + + + - + + + - + + + - + + + - + + + - + + + - + + + - + + + @@ -106,30 +125,40 @@ --> - + + + - + + + - + + + - + + + - + + + diff --git a/composer.json b/composer.json index afa834c..04d046f 100644 --- a/composer.json +++ b/composer.json @@ -29,12 +29,13 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "3.51.0", + "guzzlehttp/guzzle": "^7.8.1", "laminas/laminas-uri": ">=2.2", "pear/http_request2": "2.6.0", "phpmd/phpmd": "2.15.0", "phpstan/phpstan": "1.10.59", "phpunit/phpunit": "10.5.11", - "phing/phing": "2.17.4", + "phing/phing": "3.0", "squizlabs/php_codesniffer": "3.9.0" }, "autoload": {