be more conservative with php versions
authorgggeek <giunta.gaetano@gmail.com>
Thu, 17 Dec 2020 09:20:07 +0000 (09:20 +0000)
committergggeek <giunta.gaetano@gmail.com>
Thu, 17 Dec 2020 09:20:07 +0000 (09:20 +0000)
composer.json

index 3a6a202..38df192 100644 (file)
@@ -5,7 +5,7 @@
     "homepage": "https://gggeek.github.io/phpxmlrpc/",
     "keywords": [ "xmlrpc", "webservices" ],
     "require": {
-        "php": ">=5.3.0",
+        "php": "^5.3.0 || ^7.0 || ^8.0",
         "ext-xml": "*"
     },
     "_comment::tests": "The dev packages below require a minimum of php 5.6, even though we support php 5.3. Can we manage to do better?",