d2b2d373c475a1e7e79ae36b6eed4daf884375e3
[yaffs-website] / vendor / symfony / psr-http-message-bridge / README.md
1 PSR-7 Bridge
2 ============
3
4 Provides integration for PSR7.
5
6 Resources
7 ---------
8
9 If you want to run the unit tests, install dev dependencies before
10 running PHPUnit:
11
12     $ cd path/to/Symfony/Bridge/PsrHttpMessage/
13     $ composer.phar install
14     $ phpunit