mmucklo/grid-bundle (5.0): Removed dependency on deprecated twig-engine

This commit is contained in:
Matthew J. Mucklo
2019-09-13 23:49:54 -07:00
parent eb8184a645
commit 4575194201
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,2 @@
dtc_grid:
resource: '@DtcGridBundle/Resources/config/routing.yml'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"Dtc\\GridBundle\\DtcGridBundle": ["all"]
},
"copy-from-package": {
"Resources/config/dtc_grid.yaml": "%CONFIG_DIR%/packages/dtc_grid.yaml"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}