First commit

This commit is contained in:
Artur
2019-01-04 02:52:25 -02:00
parent 6f39176352
commit c3ccb9520d
5 changed files with 456 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name" : "ahwelp/bborm",
"description" : "Diferent ORM",
"type" : "library",
"authors" : [
{
"name" : "ahwelp",
"email" : "ahwelp@ahwelp.com"
}
],
"autoload" : {
"psr-4" : {
"BBRouter\\" : "src/BBOrm/"
}
},
"require" : { }
}