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 +}