This commit is contained in:
2025-08-01 18:14:21 +02:00
parent 52984edc3c
commit ecf999aa76
3 changed files with 11 additions and 7 deletions

View File

@ -121,4 +121,4 @@
"symfony/stopwatch": "7.1.*", "symfony/stopwatch": "7.1.*",
"symfony/web-profiler-bundle": "7.1.*" "symfony/web-profiler-bundle": "7.1.*"
} }
} }

12
composer.lock generated
View File

@ -9594,16 +9594,16 @@
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.13.3", "version": "1.13.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
"reference": "faed855a7b5f4d4637717c2b3863e277116beb36" "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/faed855a7b5f4d4637717c2b3863e277116beb36", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
"reference": "faed855a7b5f4d4637717c2b3863e277116beb36", "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9642,7 +9642,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/myclabs/DeepCopy/issues", "issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.3" "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
}, },
"funding": [ "funding": [
{ {
@ -9650,7 +9650,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-05T12:25:42+00:00" "time": "2025-08-01T08:46:24+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",

View File

@ -3,3 +3,7 @@ controllers:
path: ../src/Controller/ path: ../src/Controller/
namespace: App\Controller namespace: App\Controller
type: attribute type: attribute
bnine_files_bundle:
resource: '../vendor/bnine/files-bundle/config/routes.yaml'
prefix: '/bninefiles'