酒店预订平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 493 B

il y a 3 ans
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