Name migration

This commit is contained in:
2019-03-14 11:23:07 -03:00
parent 2c62f7755d
commit 1c7cd68096
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "ahwelp/request-response",
"name": "ahwelp/bbrr",
"description": "Requests and responses",
"type": "library",
"authors": [
@@ -10,7 +10,7 @@
],
"autoload" : {
"psr-4" : {
"RequestResponse\\" : "src/RequestResponse/"
"RR\\" : "src/RR/"
}
},
"require": {}