From e7865b2b55fb29cba3137b4efc142ef718ccc2df Mon Sep 17 00:00:00 2001 From: Maks Date: Thu, 20 Feb 2014 17:35:06 +0100 Subject: [PATCH] [composer] Add replace option Adding this setting allow to any dependency from then main application to still using this package instead download the original fork. --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5381633..41de245 100644 --- a/composer.json +++ b/composer.json @@ -22,5 +22,8 @@ }, "config": { "bin-dir": "bin" + }, + "replace": { + "zendframework/zendframework1": "self.version" } -} \ No newline at end of file +}