Files
rr/composer.json
T
2019-03-14 11:23:07 -03:00

18 lines
329 B
JSON
Executable File

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