Skip to content

Commit 33ed6ca

Browse files
author
Sander
authored
Merge pull request #118 from sumocoders/symfony-six-two
Symfony six two
2 parents 3702e2c + 810077c commit 33ed6ca

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,19 @@
2525
"gedmo/doctrine-extensions": "^3",
2626
"friendsofsymfony/jsrouting-bundle": "^3",
2727
"knplabs/knp-menu-bundle": "^3.0",
28-
"sensio/framework-extra-bundle": "^6.1",
29-
"symfony/form": "^6.0",
30-
"symfony/asset": "^6.0",
31-
"symfony/console": "^6.0",
32-
"symfony/security-bundle": "^6.0",
33-
"symfony/translation": "^6.0",
34-
"symfony/twig-bundle": "^6.0",
28+
"symfony/form": "^6.2",
29+
"symfony/asset": "^6.2",
30+
"symfony/console": "^6.2",
31+
"symfony/security-bundle": "^6.2",
32+
"symfony/translation": "^6.2",
33+
"symfony/twig-bundle": "^6.2",
3534
"twig/inky-extra": "^3.3",
3635
"twig/cssinliner-extra": "^3.3",
3736
"twig/extra-bundle": "^3.3"
3837
},
3938
"require-dev": {
4039
"roave/security-advisories": "dev-master",
41-
"symfony/phpunit-bridge": "^6.0",
40+
"symfony/phpunit-bridge": "^6.2",
4241
"friendsoftwig/twigcs": "^6.0",
4342
"symfony/maker-bundle": "^1.0"
4443
},

src/EventListener/DefaultMenuListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Knp\Menu\ItemInterface;
66
use Symfony\Component\HttpFoundation\RequestStack;
7-
use Symfony\Component\Security\Core\Security;
7+
use Symfony\Bundle\SecurityBundle\Security;
88
use Symfony\Contracts\Translation\TranslatorInterface;
99

1010
class DefaultMenuListener

0 commit comments

Comments
 (0)