composer.json 254 B

123456789101112
  1. {
  2. "name": "ahwelp/request-response",
  3. "description": "Requests and responses",
  4. "type": "library",
  5. "authors": [
  6. {
  7. "name": "ahwelp",
  8. "email": "ahwelp@universo.univates.br"
  9. }
  10. ],
  11. "require": {}
  12. }