Limited the phpunit version to max 5.7.20 to fix Travis
[plcapi.git] / composer.json
index 3a1f028..b3cfafa 100644 (file)
@@ -9,7 +9,7 @@
         "ext-xml": "*"
     },
     "require-dev": {
-        "phpunit/phpunit": ">=4.0.0",
+        "phpunit/phpunit": ">=4.0.0, <6.0.0",
         "phpunit/phpunit-selenium": "*",
         "codeclimate/php-test-reporter": "dev-master",
         "ext-curl": "*",
@@ -26,6 +26,9 @@
     "autoload": {
         "psr-4": {"PhpXmlRpc\\": "src/"}
     },
+    "config": {
+        "secure-http": false
+    },
     "repositories": [
         {
             "type": "package",
@@ -33,7 +36,7 @@
                 "name": "docbook/docbook-xsl",
                 "version": "1.78.1",
                 "dist": {
-                    "url": "http://sourceforge.net/projects/docbook/files/docbook-xsl/1.78.1/docbook-xsl-1.78.1.zip/download",
+                    "url": "https://sourceforge.net/projects/docbook/files/docbook-xsl/1.78.1/docbook-xsl-1.78.1.zip/download",
                     "type": "zip"
                 }
             }