From cf4ec48113263b9bb2ab1a412a0e473102a34af7 Mon Sep 17 00:00:00 2001 From: afornerot Date: Fri, 1 Aug 2025 18:31:29 +0200 Subject: [PATCH] svg --- composer.json | 3 +-- composer.lock | 36 +----------------------------------- config/routes.yaml | 2 +- 3 files changed, 3 insertions(+), 38 deletions(-) diff --git a/composer.json b/composer.json index c4cde87..8c12483 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ "ext-ctype": "*", "ext-iconv": "*", "apereo/phpcas": "^1.6", - "bnine/files-bundle": "^1.0", "doctrine/dbal": "^3", "doctrine/doctrine-bundle": "^2.13", "doctrine/doctrine-migrations-bundle": "^3.3", @@ -121,4 +120,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 aabd2b3..e16aff3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "607d2ea75ad35d6ff9e6f5cd12d12c62", + "content-hash": "c3ef6a5f644e6a15e10fc734845aa216", "packages": [ { "name": "apereo/phpcas", @@ -77,40 +77,6 @@ }, "time": "2023-02-19T19:52:35+00:00" }, - { - "name": "bnine/files-bundle", - "version": "v1.0.23", - "source": { - "type": "git", - "url": "https://github.com/afornerot/bNine-FilesBundle.git", - "reference": "f4ffe9dd41a2d90137a42c74714d6d374bd4372f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/f4ffe9dd41a2d90137a42c74714d6d374bd4372f", - "reference": "f4ffe9dd41a2d90137a42c74714d6d374bd4372f", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/framework-bundle": "^6.0 || ^7.0" - }, - "type": "symfony-bundle", - "autoload": { - "psr-4": { - "Bnine\\FilesBundle\\": "src/" - } - }, - "license": [ - "MIT" - ], - "description": "Symfony bundle for file-browser", - "support": { - "source": "https://github.com/afornerot/bNine-FilesBundle/tree/v1.0.23", - "issues": "https://github.com/afornerot/bNine-FilesBundle/issues" - }, - "time": "2025-07-31T18:35:43+00:00" - }, { "name": "brick/math", "version": "0.13.1", diff --git a/config/routes.yaml b/config/routes.yaml index 91c49fe..88f0dee 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -4,6 +4,6 @@ controllers: namespace: App\Controller type: attribute -bnine_files_bundle: +bninefilesbundle: resource: '../vendor/bnine/files-bundle/config/routes.yaml' prefix: '/bninefiles' \ No newline at end of file