| 123456789101112131415161718192021222324 |
- {
- "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"
- }
- }
|