Files
framework/composer.json
T
2023-02-02 22:39:52 +00:00

32 lines
854 B
JSON

{
"name": "inforsistemas/urfat-bro",
"description": "The other framework",
"type": "project",
"repositories": {
"repo-name": {
"type": "vcs",
"url": "https://satis.infor.app.br"
},
"0": {
"type": "composer",
"url": "https://satis.infor.app.br"
}
},
"authors": [
{
"name": "Artur Welp",
"email": "artur@inforsistemas.com.br"
}
],
"require": {
"inforsistemas/menus": "dev-master",
"inforsistemas/templates": "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"
}
}