Files
orm/composer.json
T
2019-04-05 19:58:32 -03:00

18 lines
331 B
JSON

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