From 52984edc3c2eca2933b8b4b04dc00265434155ed Mon Sep 17 00:00:00 2001 From: afornerot Date: Thu, 31 Jul 2025 22:18:18 +0200 Subject: [PATCH] svg --- composer.json | 2 +- composer.lock | 12 ++++++------ config/bundles.php | 7 +++++++ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index c4cde87..ef0fa89 100644 --- a/composer.json +++ b/composer.json @@ -121,4 +121,4 @@ "symfony/stopwatch": "7.1.*", "symfony/web-profiler-bundle": "7.1.*" } -} +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index a8066cd..863a759 100644 --- a/composer.lock +++ b/composer.lock @@ -79,16 +79,16 @@ }, { "name": "bnine/files-bundle", - "version": "v1.0.13", + "version": "v1.0.23", "source": { "type": "git", "url": "https://github.com/afornerot/bNine-FilesBundle.git", - "reference": "af7ebe6979fc2edd33caab756f98a93dec9388a4" + "reference": "f4ffe9dd41a2d90137a42c74714d6d374bd4372f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/af7ebe6979fc2edd33caab756f98a93dec9388a4", - "reference": "af7ebe6979fc2edd33caab756f98a93dec9388a4", + "url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/f4ffe9dd41a2d90137a42c74714d6d374bd4372f", + "reference": "f4ffe9dd41a2d90137a42c74714d6d374bd4372f", "shasum": "" }, "require": { @@ -106,10 +106,10 @@ ], "description": "Symfony bundle for file-browser", "support": { - "source": "https://github.com/afornerot/bNine-FilesBundle/tree/v1.0.13", + "source": "https://github.com/afornerot/bNine-FilesBundle/tree/v1.0.23", "issues": "https://github.com/afornerot/bNine-FilesBundle/issues" }, - "time": "2025-07-31T15:41:29+00:00" + "time": "2025-07-31T18:35:43+00:00" }, { "name": "brick/math", diff --git a/config/bundles.php b/config/bundles.php index bdd8cf7..d1f7eb5 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -1,5 +1,12 @@ ['all' => true], Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],