This commit is contained in:
2025-08-02 22:07:57 +02:00
parent 7547e11d39
commit d7a36aca4c
7 changed files with 84 additions and 8 deletions

72
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": "c51420403fb7554473719338f24959d9",
"content-hash": "6f7395c5fc09ba0bc1a2325b862a69c7",
"packages": [
{
"name": "apereo/phpcas",
@ -79,16 +79,16 @@
},
{
"name": "bnine/filesbundle",
"version": "v1.0.4",
"version": "v1.0.6",
"source": {
"type": "git",
"url": "https://github.com/afornerot/bNine-FilesBundle.git",
"reference": "7854b91c128e51c24c8f3d3c9864909cfdf88216"
"reference": "add22ab4bd7c7342968e901294a2990b7efc8895"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/7854b91c128e51c24c8f3d3c9864909cfdf88216",
"reference": "7854b91c128e51c24c8f3d3c9864909cfdf88216",
"url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/add22ab4bd7c7342968e901294a2990b7efc8895",
"reference": "add22ab4bd7c7342968e901294a2990b7efc8895",
"shasum": ""
},
"require": {
@ -134,9 +134,67 @@
],
"support": {
"issues": "https://github.com/afornerot/bNine-FilesBundle/issues",
"source": "https://github.com/afornerot/bNine-FilesBundle/tree/v1.0.4"
"source": "https://github.com/afornerot/bNine-FilesBundle/tree/v1.0.6"
},
"time": "2025-08-02T09:25:01+00:00"
"time": "2025-08-02T11:06:27+00:00"
},
{
"name": "bnine/mdeditorbundle",
"version": "v0.1.5",
"source": {
"type": "git",
"url": "https://github.com/afornerot/bNine-MdEditorBundle.git",
"reference": "b5897339b8aed8f32578b3ebdf1e9ffa4ef83fa0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/afornerot/bNine-MdEditorBundle/zipball/b5897339b8aed8f32578b3ebdf1e9ffa4ef83fa0",
"reference": "b5897339b8aed8f32578b3ebdf1e9ffa4ef83fa0",
"shasum": ""
},
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^7.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.85"
},
"suggest": {
"oneup/uploader-bundle": "^4.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Bnine\\MdEditorBundle\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "afornerot",
"email": "arno.nanor@gmail.com"
}
],
"description": "Symfony bundle for entity-based file browser and management.",
"keywords": [
"bundle",
"editor",
"entity",
"markdown",
"symfony"
],
"support": {
"source": "https://github.com/afornerot/bNine-MdEditorBundle/tree/v0.1.5",
"issues": "https://github.com/afornerot/bNine-MdEditorBundle/issues"
},
"time": "2025-08-02T20:06:19+00:00"
},
{
"name": "brick/math",