update avanzu admin bundle to newest version #55 (#63)

This commit is contained in:
Kevin Papst
2018-01-09 12:42:11 +01:00
committed by GitHub
parent f651df2d4b
commit ae8df0966c
7 changed files with 46 additions and 54 deletions

View File

@@ -12,12 +12,6 @@
"app/AppCache.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kevinpapst/AdminThemeBundle"
}
],
"require": {
"php": ">=7.0.8",
"ext-pdo_sqlite": "*",
@@ -39,8 +33,7 @@
"white-october/pagerfanta-bundle": "^1.0",
"beberlei/DoctrineExtensions": "^1.0",
"symfony/web-server-bundle": "3.4",
"avanzu/admin-theme-bundle": "dev-feature/2.0",
"almasaeed2010/adminlte": "~2.3.0"
"avanzu/admin-theme-bundle": "dev-master"
},
"require-dev": {
"sensio/generator-bundle": "~3.0",