Files
orm/composer.json
T
2023-02-07 13:25:12 +00:00

18 lines
339 B
JSON

{
"name" : "inforsistemas/orm",
"description" : "Diferent ORM",
"type" : "library",
"authors" : [
{
"name" : "Artur Welp",
"email" : "ahwelp@universo.univates.br"
}
],
"autoload" : {
"psr-4" : {
"ORM\\" : "src/ORM/"
}
},
"require" : { }
}