You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 4 години
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