|
6 gadi atpakaļ | |
---|---|---|
.. | ||
Factory | 6 gadi atpakaļ | |
.gitignore | 6 gadi atpakaļ | |
.travis.yml | 6 gadi atpakaļ | |
CHANGELOG | 6 gadi atpakaļ | |
HttpFoundationFactoryInterface.php | 6 gadi atpakaļ | |
HttpMessageFactoryInterface.php | 6 gadi atpakaļ | |
LICENSE | 6 gadi atpakaļ | |
README.md | 6 gadi atpakaļ | |
composer.json | 6 gadi atpakaļ | |
phpunit.xml.dist | 6 gadi atpakaļ |
Provides integration for PSR7.
If you want to run the unit tests, install dev dependencies before running PHPUnit:
$ cd path/to/Symfony/Bridge/PsrHttpMessage/
$ composer.phar install
$ phpunit