songxingwei b32037c937 1 3 年之前
..
ArgumentValueResolver b32037c937 1 3 年之前
EventListener b32037c937 1 3 年之前
Factory b32037c937 1 3 年之前
Tests b32037c937 1 3 年之前
.gitignore b32037c937 1 3 年之前
.php_cs.dist b32037c937 1 3 年之前
.travis.yml b32037c937 1 3 年之前
CHANGELOG.md b32037c937 1 3 年之前
HttpFoundationFactoryInterface.php b32037c937 1 3 年之前
HttpMessageFactoryInterface.php b32037c937 1 3 年之前
LICENSE b32037c937 1 3 年之前
README.md b32037c937 1 3 年之前
composer.json b32037c937 1 3 年之前
phpunit.xml.dist b32037c937 1 3 年之前

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