Files
routes/composer.json
T
2018-07-19 21:37:01 -03:00

18 lines
337 B
JSON
Executable File

{
"name" : "ahwelp/bbrouter",
"description" : "Different Routes",
"type" : "library",
"authors" : [
{
"name" : "ahwelp",
"email" : "ahwelp@ahwelp.com"
}
],
"autoload" : {
"psr-4" : {
"BBRouter\\" : "src/BBRouter/"
}
},
"require" : { }
}