Files
framework/composer.json
T
2019-04-05 23:48:34 +00:00

27 lines
688 B
JSON
Executable File

{
"name": "ghost/urfat-bro",
"description": "The other framework",
"type": "project",
"repositories": [{
"type": "composer",
"url": "https://satis.inforsistemas-devel1.com.br"
}],
"authors": [
{
"name": "ahwelp",
"email": "ahwelp@ahwelp.com"
}
],
"require": {
"urfat/menus": "dev-master",
"urfat/orm": "dev-master",
"urfat/rr": "dev-master",
"urfat/routes": "dev-master",
"nesbot/carbon": "1.33",
"php-school/cli-menu": "^3.0",
"creitive/breadcrumbs": "^3.2",
"tburry/pquery": "^1.1",
"urfat/schema": "dev-master"
}
}