From d8ea7ff0dbde302796159ebef59ceac0ebabcd88 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 6 Aug 2015 11:21:33 -0500 Subject: [PATCH] Remove `:*@dev` notation from install instructions - As tags will ensure it can be installed without them. --- README.md | 2 +- doc/book/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86d5bc6..53e89cc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ expand this once initial work on zend-expressive is complete. Install this library using composer: ```console -$ composer require zendframework/zend-psr7bridge:*@dev +$ composer require zendframework/zend-psr7bridge ``` ## Documentation diff --git a/doc/book/install.md b/doc/book/install.md index a3c45e8..c32bca2 100644 --- a/doc/book/install.md +++ b/doc/book/install.md @@ -3,5 +3,5 @@ Install this library using composer: ```console -$ composer require zendframework/zend-psr7bridge:*@dev +$ composer require zendframework/zend-psr7bridge ```