From 32ac1368970c0835f537661f401f84006cd08970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Sun, 31 May 2015 14:22:31 +0100 Subject: [PATCH] Fix: Diactoros has actually just one dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e658968c..a2bf7f2d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,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`, which defines interfaces for HTTP messages, including requests and responses. `zend-diactoros` provides implementations of each of these.