From 1f7ada8815f5703b2a4d00d514d49c139f7269c8 Mon Sep 17 00:00:00 2001 From: Adrian Suter Date: Wed, 5 Jun 2019 09:02:39 +0200 Subject: [PATCH] Make PSR-7 install instructions coherent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26b6bcb2e..681f8e945 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ $app = AppFactory::create(); In order for auto-detection to work and enable you to use `AppFactory::create()` and `App::run()` without having to manually create a `ServerRequest` you need to install one of the following implementations: - [Slim-Psr7](https://github.com/slimphp/Slim-Psr7) - Install using `composer require slim/psr7` - [Nyholm/psr7](https://github.com/Nyholm/psr7) & [Nyholm/psr7-server](https://github.com/Nyholm/psr7-server) - Install using `composer require nyholm/psr7 nyholm/psr7-server` -- [Guzzle/psr7](https://github.com/guzzle/psr7) & [http-interop/http-factory-guzzle](https://github.com/http-interop/http-factory-guzzle) - `composer require guzzlehttp/psr7 http-interop/http-factory-guzzle` +- [Guzzle/psr7](https://github.com/guzzle/psr7) & [http-interop/http-factory-guzzle](https://github.com/http-interop/http-factory-guzzle) - Install using `composer require guzzlehttp/psr7 http-interop/http-factory-guzzle` - [zend-diactoros](https://github.com/zendframework/zend-diactoros) - Install using `zendframework/zend-diactoros` ```php