feature #10975 Upgrade to KNP Menu 3 (pamil)

This PR was merged into the 1.7-dev branch.

Discussion
----------

Related to #10928.

Commits
-------

4da8e3e632 Upgrade to KNP Menu 3
This commit is contained in:
Kamil Kokot 2019-12-23 10:08:58 +01:00 committed by GitHub
commit 5f122e140f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -37,7 +37,8 @@
"jms/serializer-bundle": "^2.0",
"knplabs/gaufrette": "^0.8",
"knplabs/knp-gaufrette-bundle": "^0.7",
"knplabs/knp-menu-bundle": "^2.1",
"knplabs/knp-menu": "^3.1",
"knplabs/knp-menu-bundle": "^3.0",
"liip/imagine-bundle": "^2.0",
"ocramius/proxy-manager": "^2.1",
"payum/payum": "^1.4",

View file

@ -23,7 +23,8 @@
"php": "^7.2",
"doctrine/collections": "^1.3",
"knplabs/knp-menu-bundle": "^2.1",
"knplabs/knp-menu": "^3.1",
"knplabs/knp-menu-bundle": "^3.0",
"sonata-project/block-bundle": "^3.3",
"sylius/grid-bundle": "^1.2",
"symfony/framework-bundle": "^4.3",