composer.json 327 B

1234567891011121314151617
  1. {
  2. "name" : "ahwelp/bborm",
  3. "description" : "Diferent ORM",
  4. "type" : "library",
  5. "authors" : [
  6. {
  7. "name" : "ahwelp",
  8. "email" : "ahwelp@ahwelp.com"
  9. }
  10. ],
  11. "autoload" : {
  12. "psr-4" : {
  13. "BBRouter\\" : "src/BBOrm/"
  14. }
  15. },
  16. "require" : { }
  17. }