| 1234567891011121314151617 |
- {
- "name": "urfat/rr",
- "description": "Requests and responses",
- "type": "library",
- "authors": [
- {
- "name": "Artur Welp",
- "email": "ahwelp@universo.univates.br"
- }
- ],
- "autoload" : {
- "psr-4" : {
- "RR\\" : "src/RR/"
- }
- },
- "require": {}
- }
|