Version 1.0

This commit is contained in:
Artur Welp
2019-03-11 19:44:28 -03:00
parent d61f18b04d
commit 06b6875ca9
110 changed files with 31928 additions and 0 deletions
Executable
+27
View File
@@ -0,0 +1,27 @@
{
"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": {
"ahwelp/menubuilder": "dev-master",
"php-school/cli-menu": "^3.0",
"creitive/breadcrumbs": "^3.2",
"tburry/pquery": "^1.1",
"ahwelp/htmlbuilder": "dev-master",
"ahwelp/bborm": "dev-master",
"ahwelp/request-response": "dev-master",
"ahwelp/bbrouter": "dev-master",
"nesbot/carbon": "1.33",
"ahwelp/ddlwrapper": "dev-master"
}
}