From 6379b6f090aed299fbcb1c651d0bbe6a393bb16f Mon Sep 17 00:00:00 2001 From: Susan Turkel Date: Wed, 10 Jul 2024 16:07:46 -0400 Subject: [PATCH] Updated composer.json and build.xml to phing3 standards --- build.xml | 57 ++++++++++++++++++++++++++++++++++++++------------- composer.json | 3 ++- 2 files changed, 45 insertions(+), 15 deletions(-) diff --git a/build.xml b/build.xml index ba88444..def9b37 100644 --- a/build.xml +++ b/build.xml @@ -1,9 +1,11 @@ + + @@ -41,39 +43,57 @@ - + + + - + + + - + + + - + + + - + + + - + + + - + + + - + + + - + + + @@ -106,30 +126,39 @@ --> - + + + - + + + - + + - + + + - + + + diff --git a/composer.json b/composer.json index 7de43a5..7f9a387 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" } }