Changing name
This commit is contained in:
+4
-4
@@ -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 {
|
||||||
|
|
||||||
Reference in New Issue
Block a user