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", "description" : "Different Routes",
"type" : "library", "type" : "library",
"authors" : [ "authors" : [
{ {
"name" : "ahwelp", "name" : "Artur Welp",
"email" : "ahwelp@ahwelp.com" "email" : "ahwelp@universo.univates.br"
} }
], ],
"autoload" : { "autoload" : {
"psr-4" : { "psr-4" : {
"BBRouter\\" : "src/BBRouter/" "Routes\\" : "src/Routes/"
} }
}, },
"require" : { } "require" : { }
@@ -1,6 +1,6 @@
<?php <?php
namespace BBRouter; namespace Routes;
/* /*
* *
@@ -1,6 +1,6 @@
<?php <?php
namespace BBRouter; namespace Routes;
class RouteCollection { class RouteCollection {