Merge pull request #258 from ScullWM/patch-1

Fix Symfony PSR7 link
This commit is contained in:
Vladimir Razuvaev 2018-03-26 12:17:24 +08:00 committed by GitHub
commit 2913f07050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ $psrResponse = new SomePsr7ResponseImplementation(json_encode($result));
PSR-7 is useful when you want to integrate the server into existing framework: PSR-7 is useful when you want to integrate the server into existing framework:
- [PSR-7 for Laravel](https://laravel.com/docs/5.1/requests#psr7-requests) - [PSR-7 for Laravel](https://laravel.com/docs/5.1/requests#psr7-requests)
- [Symfony PSR-7 Bridge](https://symfony.com/doc/current/request/psr7.html) - [Symfony PSR-7 Bridge](https://symfony.com/doc/current/components/psr7.html)
- [Slim](https://www.slimframework.com/docs/concepts/value-objects.html) - [Slim](https://www.slimframework.com/docs/concepts/value-objects.html)
- [Zend Expressive](http://zendframework.github.io/zend-expressive/) - [Zend Expressive](http://zendframework.github.io/zend-expressive/)