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

Commit

Permalink
Merge pull request #31 from localheinz/fix/readme
Browse files Browse the repository at this point in the history
Fix: Diactoros has actually just one dependency
  • Loading branch information
weierophinney committed Jun 4, 2015
2 parents 41c3939 + 32ac136 commit 60333a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install this library using composer:
$ composer require zendframework/zend-diactoros
```

`zend-diactoros` has the following dependencies (which are managed by Composer):
`zend-diactoros` has the following dependency (which is managed by Composer):

- [`psr/http-message`](https://github.com/php-fig/http-message), which defines interfaces for HTTP messages, including requests and responses. `zend-diactoros` provides implementations of each of these.

Expand Down

0 comments on commit 60333a0

Please sign in to comment.