comparison vendor/symfony/psr-http-message-bridge/README.md @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
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