18 lines
327 B
JSON
18 lines
327 B
JSON
{
|
|
"name" : "ahwelp/bborm",
|
|
"description" : "Diferent ORM",
|
|
"type" : "library",
|
|
"authors" : [
|
|
{
|
|
"name" : "ahwelp",
|
|
"email" : "ahwelp@ahwelp.com"
|
|
}
|
|
],
|
|
"autoload" : {
|
|
"psr-4" : {
|
|
"BBRouter\\" : "src/BBOrm/"
|
|
}
|
|
},
|
|
"require" : { }
|
|
}
|