This commit is contained in:
2025-08-01 18:31:29 +02:00
parent ecf999aa76
commit cf4ec48113
3 changed files with 3 additions and 38 deletions

View File

@ -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.*"
}
}
}

36
composer.lock generated
View File

@ -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",

View File

@ -4,6 +4,6 @@ controllers:
namespace: App\Controller
type: attribute
bnine_files_bundle:
bninefilesbundle:
resource: '../vendor/bnine/files-bundle/config/routes.yaml'
prefix: '/bninefiles'