Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 4 roky
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