form improvement

using theme clone
This commit is contained in:
Kevin Papst
2016-11-13 22:19:18 +01:00
parent cc269d3142
commit aaa2fffa08
22 changed files with 411 additions and 60 deletions

View File

@@ -12,6 +12,12 @@
"app/AppCache.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kevinpapst/AdminThemeBundle"
}
],
"require": {
"php": ">=5.5.9",
"ext-pdo_sqlite": "*",
@@ -31,7 +37,7 @@
"symfony/symfony": "^3.1",
"twig/extensions": "^1.3",
"white-october/pagerfanta-bundle": "^1.0",
"avanzu/admin-theme-bundle": "dev-feature/2.0",
"avanzu/admin-theme-bundle": "dev-feature/2.0-advanced",
"beberlei/DoctrineExtensions": "^1.0"
},
"require-dev": {