fixes for symfony4 #74 #81

This commit is contained in:
Kevin Papst
2018-01-12 21:07:20 +01:00
parent a87355695e
commit 4d7fe3d595
5 changed files with 101 additions and 57 deletions

View File

@@ -6,7 +6,7 @@
"require": {
"php": "^7.1.3",
"ext-pdo_sqlite": "*",
"avanzu/admin-theme-bundle": "dev-master",
"avanzu/admin-theme-bundle": "dev-symfony4",
"beberlei/DoctrineExtensions": "^1.0",
"dama/doctrine-test-bundle": "^4.0",
"sensio/framework-extra-bundle": "^5.1",
@@ -83,5 +83,11 @@
"id": "01C3FWRDJJEX9K6Y3A4XDFXPBR",
"allow-contrib": false
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kevinpapst/AdminThemeBundle"
}
]
}