Files
framework/composer.json
2023-02-07 13:31:44 +00:00

25 lines
665 B
JSON

{
"name": "inforsistemas/urfat-bro",
"description": "The other framework",
"type": "project",
"repositories": [{
"type": "composer",
"url": "https://satis.infor.app.br"
}],
"authors": [
{
"name": "Artur Welp",
"email": "artur@inforsistemas.com.br"
}
],
"require": {
"inforsistemas/menus": "dev-master",
"inforsistemas/orm": "dev-master",
"inforsistemas/rr": "dev-master",
"inforsistemas/routes": "dev-master",
"inforsistemas/schema": "dev-master",
"inforsistemas/mustache": "^2.14",
"phpmailer/phpmailer": "^6.7"
}
}