Files
orm/composer.json
T
2019-01-04 05:27:14 +00:00

18 lines
324 B
JSON

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