diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 99d6a48..ffda801 100644 --- a/composer.json +++ b/composer.json @@ -73,6 +73,6 @@ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, "replace": { - "zendframework/zend-stratigility": "self.version" + "zendframework/zend-stratigility": "~2.2.2.0" } } |