Files
framework/composer.json
T
2019-04-28 06:41:05 +00:00

24 lines
577 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",
"urfat/schema": "dev-master"
}
}