Changing template engine to Mustache. Updating Bootstrap. Creating mustache helpers. Changing plugins on the base template
This commit is contained in:
Executable → Regular
+21
-13
@@ -1,23 +1,31 @@
|
||||
{
|
||||
"name": "ghost/urfat-bro",
|
||||
"name": "inforsistemas/urfat-bro",
|
||||
"description": "The other framework",
|
||||
"type": "project",
|
||||
"repositories": [{
|
||||
"type": "composer",
|
||||
"url": "https://satis.inforsistemas-devel1.com.br"
|
||||
}],
|
||||
"repositories": {
|
||||
"repo-name": {
|
||||
"type": "vcs",
|
||||
"url": "http://192.168.0.9"
|
||||
},
|
||||
"0": {
|
||||
"type": "composer",
|
||||
"url": "http://192.168.0.9"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "ahwelp",
|
||||
"email": "ahwelp@ahwelp.com"
|
||||
"name": "Artur Welp",
|
||||
"email": "artur@inforsistemas.com.br"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"urfat/menus": "dev-master",
|
||||
"urfat/templates": "dev-master",
|
||||
"urfat/orm": "dev-master",
|
||||
"urfat/rr": "dev-master",
|
||||
"urfat/routes": "dev-master",
|
||||
"urfat/schema": "dev-master"
|
||||
"inforsistemas/menus": "dev-master",
|
||||
"inforsistemas/templates": "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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user