svg
This commit is contained in:
@ -32,6 +32,8 @@ services:
|
|||||||
- ./public/lib:/app/public/lib:delegated
|
- ./public/lib:/app/public/lib:delegated
|
||||||
- ./.env.local:/app/.env.local
|
- ./.env.local:/app/.env.local
|
||||||
- ./vendor:/app/vendor:delegated
|
- ./vendor:/app/vendor:delegated
|
||||||
|
- ./public/bundles:/app/public/bundles:delegated
|
||||||
|
|
||||||
|
|
||||||
adminer:
|
adminer:
|
||||||
image: adminer
|
image: adminer
|
||||||
|
@ -3,12 +3,19 @@
|
|||||||
"license": "proprietary",
|
"license": "proprietary",
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/afornerot/bNine-MdEditorBundle"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.2",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
"apereo/phpcas": "^1.6",
|
"apereo/phpcas": "^1.6",
|
||||||
"bnine/filesbundle": "^1.0",
|
"bnine/filesbundle": "^1.0",
|
||||||
|
"bnine/mdeditorbundle": "*",
|
||||||
"doctrine/dbal": "^3",
|
"doctrine/dbal": "^3",
|
||||||
"doctrine/doctrine-bundle": "^2.13",
|
"doctrine/doctrine-bundle": "^2.13",
|
||||||
"doctrine/doctrine-migrations-bundle": "^3.3",
|
"doctrine/doctrine-migrations-bundle": "^3.3",
|
||||||
|
72
composer.lock
generated
72
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "c51420403fb7554473719338f24959d9",
|
"content-hash": "6f7395c5fc09ba0bc1a2325b862a69c7",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "apereo/phpcas",
|
"name": "apereo/phpcas",
|
||||||
@ -79,16 +79,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bnine/filesbundle",
|
"name": "bnine/filesbundle",
|
||||||
"version": "v1.0.4",
|
"version": "v1.0.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/afornerot/bNine-FilesBundle.git",
|
"url": "https://github.com/afornerot/bNine-FilesBundle.git",
|
||||||
"reference": "7854b91c128e51c24c8f3d3c9864909cfdf88216"
|
"reference": "add22ab4bd7c7342968e901294a2990b7efc8895"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/7854b91c128e51c24c8f3d3c9864909cfdf88216",
|
"url": "https://api.github.com/repos/afornerot/bNine-FilesBundle/zipball/add22ab4bd7c7342968e901294a2990b7efc8895",
|
||||||
"reference": "7854b91c128e51c24c8f3d3c9864909cfdf88216",
|
"reference": "add22ab4bd7c7342968e901294a2990b7efc8895",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -134,9 +134,67 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/afornerot/bNine-FilesBundle/issues",
|
"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",
|
"name": "brick/math",
|
||||||
|
@ -16,4 +16,5 @@ return [
|
|||||||
Oneup\UploaderBundle\OneupUploaderBundle::class => ['all' => true],
|
Oneup\UploaderBundle\OneupUploaderBundle::class => ['all' => true],
|
||||||
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
|
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
|
||||||
Bnine\FilesBundle\BnineFilesBundle::class => ['all' => true],
|
Bnine\FilesBundle\BnineFilesBundle::class => ['all' => true],
|
||||||
|
Bnine\MdEditorBundle\BnineMdEditorBundle::class => ['all' => true],
|
||||||
];
|
];
|
||||||
|
@ -5,6 +5,7 @@ twig:
|
|||||||
appName: "%appName%"
|
appName: "%appName%"
|
||||||
paths:
|
paths:
|
||||||
'%kernel.project_dir%/vendor/bnine/filesbundle/templates': BnineFilesBundle
|
'%kernel.project_dir%/vendor/bnine/filesbundle/templates': BnineFilesBundle
|
||||||
|
'%kernel.project_dir%/vendor/bnine/mdeditorbundle/templates': BnineMdEditorBundle
|
||||||
when@test:
|
when@test:
|
||||||
twig:
|
twig:
|
||||||
strict_variables: true
|
strict_variables: true
|
||||||
|
@ -7,3 +7,7 @@ controllers:
|
|||||||
bninefilesbundle:
|
bninefilesbundle:
|
||||||
resource: '@BnineFilesBundle/config/routes.yaml'
|
resource: '@BnineFilesBundle/config/routes.yaml'
|
||||||
prefix: '/bninefiles'
|
prefix: '/bninefiles'
|
||||||
|
|
||||||
|
bninemdeditorbundle:
|
||||||
|
resource: '@BnineMdEditorBundle/config/routes.yaml'
|
||||||
|
prefix: '/bninemdeditor'
|
@ -5,6 +5,9 @@
|
|||||||
"bnine/filesbundle": {
|
"bnine/filesbundle": {
|
||||||
"version": "v1.0.4"
|
"version": "v1.0.4"
|
||||||
},
|
},
|
||||||
|
"bnine/mdeditorbundle": {
|
||||||
|
"version": "v0.1.1"
|
||||||
|
},
|
||||||
"doctrine/deprecations": {
|
"doctrine/deprecations": {
|
||||||
"version": "1.1",
|
"version": "1.1",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
|
Reference in New Issue
Block a user