From f98857af566542cd2e677bb5a1200ebebc3d4567 Mon Sep 17 00:00:00 2001 From: Susan Turkel <107194029+sturkel89@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:36:10 -0400 Subject: [PATCH] Updated composer.json and build.xml to reflect Phing3 requirements (#12) --- build.xml | 57 ++++++++++++++++++++++++++++++++++++++------------- composer.json | 3 ++- 2 files changed, 45 insertions(+), 15 deletions(-) diff --git a/build.xml b/build.xml index c24063c..51be0db 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 9215e96..b216ff2 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,12 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "3.51.0", + "guzzlehttp/guzzle": "^7.8.1", "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" } }