hrjy e51fa34b25 commit há 2 anos atrás
..
Factory e51fa34b25 commit há 2 anos atrás
Tests e51fa34b25 commit há 2 anos atrás
.gitignore e51fa34b25 commit há 2 anos atrás
.php_cs.dist e51fa34b25 commit há 2 anos atrás
.travis.yml e51fa34b25 commit há 2 anos atrás
CHANGELOG.md e51fa34b25 commit há 2 anos atrás
HttpFoundationFactoryInterface.php e51fa34b25 commit há 2 anos atrás
HttpMessageFactoryInterface.php e51fa34b25 commit há 2 anos atrás
LICENSE e51fa34b25 commit há 2 anos atrás
README.md e51fa34b25 commit há 2 anos atrás
composer.json e51fa34b25 commit há 2 anos atrás
phpunit.xml.dist e51fa34b25 commit há 2 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