Skip to content

Commit 50e165d

Browse files
- easycorp/easyadmin-bundle now require twig/extra-bundle
- Add missing icu-data-full package on php docker image
1 parent 89691e5 commit 50e165d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.docker/php/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk update && apk add \
1414
shadow \
1515
nano \
1616
bash \
17-
icu-dev \
17+
icu-dev icu-data-full \
1818
libxml2-dev \
1919
libzip-dev \
2020
postgresql-dev \

config/bundles.php

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
CleverAge\FlysystemProcessBundle\CleverAgeFlysystemProcessBundle::class => ['all' => true],
2121
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
2222
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
23+
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
2324
];

symfony.lock

+3
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,8 @@
327327
"config/packages/web_profiler.yaml",
328328
"config/routes/web_profiler.yaml"
329329
]
330+
},
331+
"twig/extra-bundle": {
332+
"version": "v3.19.0"
330333
}
331334
}

0 commit comments

Comments
 (0)