Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

4 anos atrás
1234567891011121314151617181920
  1. PSR-7 Bridge
  2. ============
  3. Provides integration for PSR7.
  4. Resources
  5. ---------
  6. * [Documentation](https://symfony.com/doc/current/components/psr7.html)
  7. * [SensioFrameworkExtraBundle](https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html#psr-7-support)
  8. Running the tests
  9. -----------------
  10. If you want to run the unit tests, install dev dependencies before
  11. running PHPUnit:
  12. $ cd path/to/Symfony/Bridge/PsrHttpMessage/
  13. $ composer.phar install
  14. $ phpunit