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