18 lines
337 B
JSON
Executable File
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" : { }
|
|
}
|