25 lines
665 B
JSON
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"
|
|
}
|
|
}
|