From 4367708b04a205884e41dba0e545d305de3e9c37 Mon Sep 17 00:00:00 2001 From: Sasha Alex Romanenko Date: Fri, 17 Aug 2018 14:41:41 -0400 Subject: [PATCH] Attempt to use read from forked repository. --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1d9aa98d..e214db71 100644 --- a/composer.json +++ b/composer.json @@ -31,11 +31,13 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/alextech/zend-validator" + "url": "https://github.com/alextech/zend-validator", + "no-api": true }, { "type": "vcs", - "url": "https://github.com/alextech/zend-filter" + "url": "https://github.com/alextech/zend-filter", + "no-api": true } ], "require": {