Changing name

This commit is contained in:
2019-04-05 20:06:37 -03:00
parent 490f52f1cc
commit 8636787b83
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -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" : { }
@@ -1,6 +1,6 @@
<?php
namespace BBRouter;
namespace Routes;
/*
*
@@ -1,6 +1,6 @@
<?php
namespace BBRouter;
namespace Routes;
class RouteCollection {