diff --git a/composer.json b/composer.json index ef0fa89..c4cde87 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 863a759..aabd2b3 100644 --- a/composer.lock +++ b/composer.lock @@ -9594,16 +9594,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.13.3", + "version": "1.13.4", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "faed855a7b5f4d4637717c2b3863e277116beb36" + "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/faed855a7b5f4d4637717c2b3863e277116beb36", - "reference": "faed855a7b5f4d4637717c2b3863e277116beb36", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", + "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", "shasum": "" }, "require": { @@ -9642,7 +9642,7 @@ ], "support": { "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": [ { @@ -9650,7 +9650,7 @@ "type": "tidelift" } ], - "time": "2025-07-05T12:25:42+00:00" + "time": "2025-08-01T08:46:24+00:00" }, { "name": "nikic/php-parser", diff --git a/config/routes.yaml b/config/routes.yaml index 41ef814..91c49fe 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -3,3 +3,7 @@ controllers: path: ../src/Controller/ namespace: App\Controller type: attribute + +bnine_files_bundle: + resource: '../vendor/bnine/files-bundle/config/routes.yaml' + prefix: '/bninefiles' \ No newline at end of file