diff --git a/composer.json b/composer.json index 3dfb2b1918e9e8c683f6aef0963cda490a09c334..7593b29be49b824dd8ffab73d0a37097e921a0ce 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "shim" ], "homepage": "https://phpunit.de/", - "version": "9.2.2", + "version": "7.0.0", "license": [ "BSD-3-Clause" ], @@ -23,16 +23,14 @@ "phpunit" ], "require": { - "php": "^7.3", + "php": "^7.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*" + "ext-xml": "*" }, "suggest": { - "ext-soap": "*", "ext-xdebug": "*" }, "replace": { diff --git a/phpunit b/phpunit index 574d744a21da19cf9a05a844c15252eacda9d3e7..e12a3ea39992a1a3125308db4dc8cf3b040fea69 100755 Binary files a/phpunit and b/phpunit differ diff --git a/phpunit.asc b/phpunit.asc index a2c2a32655cbc237d3ab43e74bb5b720d38193e8..06a38b83e10e436581c28d04497cec6009a5d3da 100644 Binary files a/phpunit.asc and b/phpunit.asc differ