Skip to content

Commit

Permalink
Bump Layouts to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 20, 2019
1 parent 021797e commit 1159898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ netgen_information_collection:
resource: '@NetgenInformationCollectionBundle/Resources/config/routing.yml'

netgen_layouts:
resource: '@NetgenLayoutsBundle/Resources/config/routing.yml'
resource: '@NetgenLayoutsBundle/Resources/config/routing.yaml'
prefix: '%netgen_layouts.route_prefix%'

netgen_content_browser:
resource: '@NetgenContentBrowserBundle/Resources/config/routing.yml'
resource: '@NetgenContentBrowserBundle/Resources/config/routing.yaml'
prefix: '%netgen_content_browser.route_prefix%'

# Netgen Site routes follow. It is recommended to keep them at the end of file
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"netgen/ezplatform-search-extra": "^1.9",
"netgen/admin-ui-bundle": "^2.6",

"netgen/layouts-standard": "~1.0.0",
"netgen/layouts-ezplatform": "~1.0.0",
"netgen/layouts-ezplatform-site-api": "~1.0.0",
"netgen/layouts-standard": "~1.1.0",
"netgen/layouts-ezplatform": "~1.1.0",
"netgen/layouts-ezplatform-site-api": "~1.1.0",
"netgen/layouts-ezplatform-relation-list-query": "^1.0",
"netgen/layouts-ezplatform-tags-query": "^1.0"
},
Expand Down

0 comments on commit 1159898

Please sign in to comment.