tests on php8
[plcapi.git] / composer.json
index e5082ed..f5db6fd 100644 (file)
@@ -2,22 +2,23 @@
     "name": "phpxmlrpc/phpxmlrpc",
     "description": "A php library for building xmlrpc clients and servers",
     "license": "BSD-3-Clause",
-    "homepage": "http://gggeek.github.io/phpxmlrpc/",
+    "homepage": "https://gggeek.github.io/phpxmlrpc/",
     "keywords": [ "xmlrpc", "webservices" ],
     "require": {
         "php": ">=5.3.0",
         "ext-xml": "*"
     },
     "require-dev": {
-        "phpunit/phpunit": "~4.0 || ~5.0",
+        "phpunit/phpunit": "^4.0 || ^5.0 || ^8.5.12",
         "phpunit/phpunit-selenium": "*",
+        "yoast/phpunit-polyfills": "*",
         "ext-curl": "*",
         "ext-dom": "*",
         "ext-mbstring": "*",
         "ext-xsl": "*",
-        "indeyets/pake": "~1.99",
-        "sami/sami": "~3.3",
-        "docbook/docbook-xsl": "~1.79"
+        "indeyets/pake": "^1.99",
+        "sami/sami": "^3.3 || ^4.1",
+        "docbook/docbook-xsl": "^1.79"
     },
     "suggest": {
         "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...",