svg
This commit is contained in:
@ -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
12
composer.lock
generated
@ -79,16 +79,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bnine/files-bundle",
|
"name": "bnine/files-bundle",
|
||||||
"version": "v1.0.13",
|
"version": "v1.0.23",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/afornerot/bNine-FilesBundle.git",
|
"url": "https://github.com/afornerot/bNine-FilesBundle.git",
|
||||||
"reference": "af7ebe6979fc2edd33caab756f98a93dec9388a4"
|
"reference": "f4ffe9dd41a2d90137a42c74714d6d374bd4372f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/af7ebe6979fc2edd33caab756f98a93dec9388a4",
|
"url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/f4ffe9dd41a2d90137a42c74714d6d374bd4372f",
|
||||||
"reference": "af7ebe6979fc2edd33caab756f98a93dec9388a4",
|
"reference": "f4ffe9dd41a2d90137a42c74714d6d374bd4372f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -106,10 +106,10 @@
|
|||||||
],
|
],
|
||||||
"description": "Symfony bundle for file-browser",
|
"description": "Symfony bundle for file-browser",
|
||||||
"support": {
|
"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"
|
"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",
|
"name": "brick/math",
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// Debug autoload
|
||||||
|
if (!class_exists(Bnine\FilesBundle\BnineFilesBundle::class)) {
|
||||||
|
echo "Classe non trouvée\n";
|
||||||
|
var_dump(__DIR__, file_exists(__DIR__.'/../vendor/bnine/files-bundle/src/BnineFilesBundle.php'));
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||||||
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
|
||||||
|
Reference in New Issue
Block a user