Skip to content

Commit 7e505fd

Browse files
committed
Composer Update / Removed UX-Swup which we aren't using anymore anyway
1 parent 34dc538 commit 7e505fd

File tree

4 files changed

+50
-119
lines changed

4 files changed

+50
-119
lines changed

app/composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"symfony/twig-bundle": "7.1.*",
5858
"symfony/uid": "7.1.*",
5959
"symfony/ux-autocomplete": "^2.10",
60-
"symfony/ux-swup": "^2.10",
6160
"symfony/ux-twig-component": "^2.15",
6261
"symfony/validator": "7.1.*",
6362
"symfony/web-link": "7.1.*",

app/composer.lock

+50-114
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/config/bundles.php

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
1717
Symfony\UX\Autocomplete\AutocompleteBundle::class => ['all' => true],
1818
Overblog\GraphQLBundle\OverblogGraphQLBundle::class => ['all' => true],
19-
Symfony\UX\Swup\SwupBundle::class => ['all' => true],
2019
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
2120
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
2221
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],

app/symfony.lock

-3
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,6 @@
351351
"config/routes/ux_autocomplete.yaml"
352352
]
353353
},
354-
"symfony/ux-swup": {
355-
"version": "v2.10.0"
356-
},
357354
"symfony/ux-twig-component": {
358355
"version": "2.15",
359356
"recipe": {

0 commit comments

Comments
 (0)