diff --git a/composer.json b/composer.json index 3af9cad..646b90d 100755 --- a/composer.json +++ b/composer.json @@ -1,16 +1,16 @@ { - "name" : "ahwelp/bbrouter", + "name" : "urfat/urfat-routes", "description" : "Different Routes", "type" : "library", "authors" : [ { - "name" : "ahwelp", - "email" : "ahwelp@ahwelp.com" + "name" : "Artur Welp", + "email" : "ahwelp@universo.univates.br" } ], "autoload" : { "psr-4" : { - "BBRouter\\" : "src/BBRouter/" + "Routes\\" : "src/Routes/" } }, "require" : { } diff --git a/src/BBRouter/Route.php b/src/Routes/Route.php similarity index 99% rename from src/BBRouter/Route.php rename to src/Routes/Route.php index a73728e..3a253e2 100755 --- a/src/BBRouter/Route.php +++ b/src/Routes/Route.php @@ -1,6 +1,6 @@