one more try
[plcapi.git] / composer.json
index db3c149..7e1a9af 100644 (file)
@@ -9,7 +9,7 @@
         "ext-xml": "*"
     },
     "require-dev": {
-        "phpunit/phpunit": "4.3.*"
+        "phpunit/phpunit": ">=4.0.0"
     },
     "suggest": {
         "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...",
@@ -18,4 +18,4 @@
     "autoload": {
         "psr-4": {"PhpXmlRpc\\": "src/"}
     }
-}
\ No newline at end of file
+}