Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Remove :*@dev notation from install instructions
Browse files Browse the repository at this point in the history
- As tags will ensure it can be installed without them.
  • Loading branch information
weierophinney committed Aug 6, 2015
1 parent 554a23e commit d8ea7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/book/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Install this library using composer:

```console
$ composer require zendframework/zend-psr7bridge:*@dev
$ composer require zendframework/zend-psr7bridge
```

0 comments on commit d8ea7ff

Please sign in to comment.