First Commit

This commit is contained in:
2018-07-19 21:37:01 -03:00
commit 61f90338dd
4 changed files with 665 additions and 0 deletions
Executable
+17
View File
@@ -0,0 +1,17 @@
{
"name" : "ahwelp/bbrouter",
"description" : "Different Routes",
"type" : "library",
"authors" : [
{
"name" : "ahwelp",
"email" : "ahwelp@ahwelp.com"
}
],
"autoload" : {
"psr-4" : {
"BBRouter\\" : "src/BBRouter/"
}
},
"require" : { }
}