544782275@qq.com c08eabacd7 1 2 anos atrás
..
.github c08eabacd7 1 2 anos atrás
ArgumentValueResolver c08eabacd7 1 2 anos atrás
EventListener c08eabacd7 1 2 anos atrás
Factory c08eabacd7 1 2 anos atrás
Tests c08eabacd7 1 2 anos atrás
.gitignore c08eabacd7 1 2 anos atrás
.php_cs.dist b320b3dda7 1 3 anos atrás
CHANGELOG.md c08eabacd7 1 2 anos atrás
HttpFoundationFactoryInterface.php b320b3dda7 1 3 anos atrás
HttpMessageFactoryInterface.php b320b3dda7 1 3 anos atrás
LICENSE c08eabacd7 1 2 anos atrás
README.md c08eabacd7 1 2 anos atrás
composer.json c08eabacd7 1 2 anos atrás
phpunit.xml.dist b320b3dda7 1 3 anos atrás

README.md

PSR-7 Bridge

Provides integration for PSR7.

Resources

Running the tests

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/PsrHttpMessage/
$ composer.phar install
$ phpunit