composer.json 329 B

1234567891011121314151617
  1. {
  2. "name": "ahwelp/bbrr",
  3. "description": "Requests and responses",
  4. "type": "library",
  5. "authors": [
  6. {
  7. "name": "ahwelp",
  8. "email": "ahwelp@universo.univates.br"
  9. }
  10. ],
  11. "autoload" : {
  12. "psr-4" : {
  13. "RR\\" : "src/RR/"
  14. }
  15. },
  16. "require": {}
  17. }