From 85b1345ad9f427b73599013709a3ebb83dbe03f5 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 13 Feb 2017 04:50:35 +0100 Subject: [PATCH] Switch to vcs for danog/phpseclib --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9520b9c30..1263e107d 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "repositories": [ { - "type": "git", + "type": "vcs", "url": "https://github.com/danog/phpseclib" } ],