Skip to content

Commit abb63fb

Browse files
authored
Merge pull request #1723 from griidc/misc/easy-admin-fix
Updated Easy Admin Bundle and UX
2 parents 96ab583 + 44a04ad commit abb63fb

File tree

5 files changed

+28
-10
lines changed

5 files changed

+28
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"doctrine/doctrine-fixtures-bundle": "^3.0",
2626
"doctrine/doctrine-migrations-bundle": "^3.0",
2727
"doctrine/orm": "^2.11",
28-
"easycorp/easyadmin-bundle": "^4.0",
28+
"easycorp/easyadmin-bundle": "^4.12.0",
2929
"easyrdf/easyrdf": "^1.1",
3030
"fdekker/log-viewer-bundle": "^1.3",
3131
"friendsofsymfony/elastica-bundle": "^6.1.0",

composer.lock

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

config/bundles.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
2222
Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true],
2323
FD\LogViewer\FDLogViewerBundle::class => ['all' => true],
24+
Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true],
2425
];
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
twig_component:
2+
anonymous_template_directory: 'components/'
3+
defaults:
4+
# Namespace & directory for components
5+
App\Twig\Components\: 'components/'

symfony.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,18 @@
636636
"symfony/uid": {
637637
"version": "v5.4.3"
638638
},
639+
"symfony/ux-twig-component": {
640+
"version": "2.22",
641+
"recipe": {
642+
"repo": "github.com/symfony/recipes",
643+
"branch": "main",
644+
"version": "2.13",
645+
"ref": "67814b5f9794798b885cec9d3f48631424449a01"
646+
},
647+
"files": [
648+
"config/packages/twig_component.yaml"
649+
]
650+
},
639651
"symfony/validator": {
640652
"version": "5.4",
641653
"recipe": {

0 commit comments

Comments
 (0)