diff --git a/build.xml b/build.xml index ba88444..74e498d 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 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" } }