Skip to content

Commit 3cf70a6

Browse files
composer remove sensio/framework-extra-bundle && composer update
1 parent 387f9fd commit 3cf70a6

File tree

5 files changed

+32
-214
lines changed

5 files changed

+32
-214
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"box/spout": "^3.1",
1515
"matomo/device-detector": "^6.0",
1616
"minishlink/web-push": "^7.0.0",
17-
"sensio/framework-extra-bundle": "^6.1",
1817
"symfony/asset": "6.2.*",
1918
"symfony/console": "6.2.*",
2019
"symfony/dotenv": "6.2.*",

composer.lock

Lines changed: 32 additions & 187 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/bundles.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
77
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
88
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
9-
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
109
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
1110
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
1211
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],

config/packages/sensio_framework_extra.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)