Git Actions
Some checks failed
Gitea Actions / Merge (push) Successful in 5m10s
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 13m56s
Gitea Actions / Run-Tests-On-Amd64 (push) Failing after 32m56s

This commit is contained in:
Thomas Peterson 2025-10-20 09:36:24 +02:00
parent a3edac6bfc
commit 3ab566926c
5 changed files with 394 additions and 94 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
dev_db/media.tar.gz Normal file

Binary file not shown.

View File

@ -30,6 +30,9 @@ return [
'@symfony/ux-live-component' => [ '@symfony/ux-live-component' => [
'path' => './vendor/symfony/ux-live-component/assets/dist/live_controller.js', 'path' => './vendor/symfony/ux-live-component/assets/dist/live_controller.js',
], ],
'@symfony/ux-vue' => [
'path' => './vendor/symfony/ux-vue/assets/dist/loader.js',
],
'@hotwired/stimulus' => [ '@hotwired/stimulus' => [
'version' => '3.2.2', 'version' => '3.2.2',
], ],
@ -40,13 +43,13 @@ return [
'version' => '1.1.2', 'version' => '1.1.2',
], ],
'chart.js' => [ 'chart.js' => [
'version' => '4.4.8', 'version' => '4.5.1',
], ],
'alpinejs' => [ 'alpinejs' => [
'version' => '3.14.8', 'version' => '3.15.0',
], ],
'@alpinejs/persist' => [ '@alpinejs/persist' => [
'version' => '3.14.8', 'version' => '3.15.0',
], ],
'jquery' => [ 'jquery' => [
'version' => '3.7.1', 'version' => '3.7.1',
@ -73,13 +76,13 @@ return [
'version' => '0.11.1', 'version' => '0.11.1',
], ],
'bootstrap' => [ 'bootstrap' => [
'version' => '5.3.3', 'version' => '5.3.8',
], ],
'@popperjs/core' => [ '@popperjs/core' => [
'version' => '2.11.8', 'version' => '2.11.8',
], ],
'bootstrap/dist/css/bootstrap.min.css' => [ 'bootstrap/dist/css/bootstrap.min.css' => [
'version' => '5.3.3', 'version' => '5.3.8',
'type' => 'css', 'type' => 'css',
], ],
'summernote/dist/summernote-lite.min.css' => [ 'summernote/dist/summernote-lite.min.css' => [
@ -94,7 +97,7 @@ return [
'version' => '0.9.1', 'version' => '0.9.1',
], ],
'@kurkle/color' => [ '@kurkle/color' => [
'version' => '0.3.4', 'version' => '0.4.0',
], ],
'tom-select' => [ 'tom-select' => [
'version' => '2.4.3', 'version' => '2.4.3',
@ -103,178 +106,178 @@ return [
'version' => '1.0.6', 'version' => '1.0.6',
], ],
'ckeditor5' => [ 'ckeditor5' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-adapter-ckfinder/dist/index.js' => [ '@ckeditor/ckeditor5-adapter-ckfinder/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-alignment/dist/index.js' => [ '@ckeditor/ckeditor5-alignment/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-autoformat/dist/index.js' => [ '@ckeditor/ckeditor5-autoformat/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-autosave/dist/index.js' => [ '@ckeditor/ckeditor5-autosave/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-basic-styles/dist/index.js' => [ '@ckeditor/ckeditor5-basic-styles/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-block-quote/dist/index.js' => [ '@ckeditor/ckeditor5-block-quote/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-bookmark/dist/index.js' => [ '@ckeditor/ckeditor5-bookmark/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-ckbox/dist/index.js' => [ '@ckeditor/ckeditor5-ckbox/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-ckfinder/dist/index.js' => [ '@ckeditor/ckeditor5-ckfinder/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-clipboard/dist/index.js' => [ '@ckeditor/ckeditor5-clipboard/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-cloud-services/dist/index.js' => [ '@ckeditor/ckeditor5-cloud-services/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-code-block/dist/index.js' => [ '@ckeditor/ckeditor5-code-block/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-core/dist/index.js' => [ '@ckeditor/ckeditor5-core/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-easy-image/dist/index.js' => [ '@ckeditor/ckeditor5-easy-image/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-editor-balloon/dist/index.js' => [ '@ckeditor/ckeditor5-editor-balloon/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-editor-classic/dist/index.js' => [ '@ckeditor/ckeditor5-editor-classic/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-editor-decoupled/dist/index.js' => [ '@ckeditor/ckeditor5-editor-decoupled/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-editor-inline/dist/index.js' => [ '@ckeditor/ckeditor5-editor-inline/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-editor-multi-root/dist/index.js' => [ '@ckeditor/ckeditor5-editor-multi-root/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-engine/dist/index.js' => [ '@ckeditor/ckeditor5-engine/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-enter/dist/index.js' => [ '@ckeditor/ckeditor5-enter/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-essentials/dist/index.js' => [ '@ckeditor/ckeditor5-essentials/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-find-and-replace/dist/index.js' => [ '@ckeditor/ckeditor5-find-and-replace/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-font/dist/index.js' => [ '@ckeditor/ckeditor5-font/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-heading/dist/index.js' => [ '@ckeditor/ckeditor5-heading/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-highlight/dist/index.js' => [ '@ckeditor/ckeditor5-highlight/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-horizontal-line/dist/index.js' => [ '@ckeditor/ckeditor5-horizontal-line/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-html-embed/dist/index.js' => [ '@ckeditor/ckeditor5-html-embed/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-html-support/dist/index.js' => [ '@ckeditor/ckeditor5-html-support/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-image/dist/index.js' => [ '@ckeditor/ckeditor5-image/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-indent/dist/index.js' => [ '@ckeditor/ckeditor5-indent/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-language/dist/index.js' => [ '@ckeditor/ckeditor5-language/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-link/dist/index.js' => [ '@ckeditor/ckeditor5-link/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-list/dist/index.js' => [ '@ckeditor/ckeditor5-list/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-markdown-gfm/dist/index.js' => [ '@ckeditor/ckeditor5-markdown-gfm/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-media-embed/dist/index.js' => [ '@ckeditor/ckeditor5-media-embed/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-mention/dist/index.js' => [ '@ckeditor/ckeditor5-mention/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-minimap/dist/index.js' => [ '@ckeditor/ckeditor5-minimap/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-page-break/dist/index.js' => [ '@ckeditor/ckeditor5-page-break/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-paragraph/dist/index.js' => [ '@ckeditor/ckeditor5-paragraph/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-paste-from-office/dist/index.js' => [ '@ckeditor/ckeditor5-paste-from-office/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-remove-format/dist/index.js' => [ '@ckeditor/ckeditor5-remove-format/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-restricted-editing/dist/index.js' => [ '@ckeditor/ckeditor5-restricted-editing/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-select-all/dist/index.js' => [ '@ckeditor/ckeditor5-select-all/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-show-blocks/dist/index.js' => [ '@ckeditor/ckeditor5-show-blocks/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-source-editing/dist/index.js' => [ '@ckeditor/ckeditor5-source-editing/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-special-characters/dist/index.js' => [ '@ckeditor/ckeditor5-special-characters/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-style/dist/index.js' => [ '@ckeditor/ckeditor5-style/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-table/dist/index.js' => [ '@ckeditor/ckeditor5-table/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-typing/dist/index.js' => [ '@ckeditor/ckeditor5-typing/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-ui/dist/index.js' => [ '@ckeditor/ckeditor5-ui/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-undo/dist/index.js' => [ '@ckeditor/ckeditor5-undo/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-upload/dist/index.js' => [ '@ckeditor/ckeditor5-upload/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-utils/dist/index.js' => [ '@ckeditor/ckeditor5-utils/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-watchdog/dist/index.js' => [ '@ckeditor/ckeditor5-watchdog/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-widget/dist/index.js' => [ '@ckeditor/ckeditor5-widget/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-word-count/dist/index.js' => [ '@ckeditor/ckeditor5-word-count/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'lodash-es' => [ 'lodash-es' => [
'version' => '4.17.21', 'version' => '4.17.21',
@ -283,10 +286,10 @@ return [
'version' => '2.0.5', 'version' => '2.0.5',
], ],
'marked' => [ 'marked' => [
'version' => '15.0.7', 'version' => '16.4.0',
], ],
'turndown' => [ 'turndown' => [
'version' => '7.2.0', 'version' => '7.2.1',
], ],
'turndown-plugin-gfm' => [ 'turndown-plugin-gfm' => [
'version' => '1.0.2', 'version' => '1.0.2',
@ -295,23 +298,23 @@ return [
'version' => '2.0.2', 'version' => '2.0.2',
], ],
'color-convert' => [ 'color-convert' => [
'version' => '3.0.1', 'version' => '3.1.2',
], ],
'vanilla-colorful/lib/entrypoints/hex' => [ 'vanilla-colorful/lib/entrypoints/hex' => [
'version' => '0.7.2', 'version' => '0.7.2',
], ],
'color-name' => [ 'color-name' => [
'version' => '2.0.0', 'version' => '2.0.2',
], ],
'ckeditor5/dist/ckeditor5.min.css' => [ 'ckeditor5/dist/ckeditor5.min.css' => [
'version' => '44.2.1', 'version' => '47.0.0',
'type' => 'css', 'type' => 'css',
], ],
'ckeditor5/translations/de.js' => [ 'ckeditor5/translations/de.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'@ckeditor/ckeditor5-emoji/dist/index.js' => [ '@ckeditor/ckeditor5-emoji/dist/index.js' => [
'version' => '44.2.1', 'version' => '47.0.0',
], ],
'tom-select/dist/css/tom-select.default.min.css' => [ 'tom-select/dist/css/tom-select.default.min.css' => [
'version' => '2.4.3', 'version' => '2.4.3',
@ -335,55 +338,52 @@ return [
'type' => 'css', 'type' => 'css',
], ],
'vue' => [ 'vue' => [
'version' => '3.5.13', 'version' => '3.5.22',
], ],
'@vue/runtime-dom' => [ '@vue/runtime-dom' => [
'version' => '3.5.13', 'version' => '3.5.22',
], ],
'@vue/compiler-dom' => [ '@vue/compiler-dom' => [
'version' => '3.5.13', 'version' => '3.5.22',
], ],
'@vue/shared' => [ '@vue/shared' => [
'version' => '3.5.13', 'version' => '3.5.22',
], ],
'@vue/runtime-core' => [ '@vue/runtime-core' => [
'version' => '3.5.13', 'version' => '3.5.22',
], ],
'@vue/compiler-core' => [ '@vue/compiler-core' => [
'version' => '3.5.13', 'version' => '3.5.22',
], ],
'@vue/reactivity' => [ '@vue/reactivity' => [
'version' => '3.5.13', 'version' => '3.5.22',
],
'@symfony/ux-vue' => [
'path' => './vendor/symfony/ux-vue/assets/dist/loader.js',
], ],
'pinia' => [ 'pinia' => [
'version' => '3.0.1', 'version' => '3.0.3',
], ],
'@vue/devtools-api' => [ '@vue/devtools-api' => [
'version' => '7.7.2', 'version' => '8.0.2',
], ],
'@vue/devtools-kit' => [ '@vue/devtools-kit' => [
'version' => '7.7.2', 'version' => '8.0.2',
], ],
'@vue/devtools-shared' => [ '@vue/devtools-shared' => [
'version' => '7.7.2', 'version' => '8.0.2',
], ],
'perfect-debounce' => [ 'perfect-debounce' => [
'version' => '1.0.0', 'version' => '2.0.0',
], ],
'hookable' => [ 'hookable' => [
'version' => '5.5.3', 'version' => '5.5.3',
], ],
'birpc' => [ 'birpc' => [
'version' => '0.2.19', 'version' => '2.6.1',
], ],
'splitpanes' => [ 'splitpanes' => [
'version' => '4.0.3', 'version' => '4.0.4',
], ],
'@hotwired/turbo' => [ '@hotwired/turbo' => [
'version' => '7.3.0', 'version' => '8.0.18',
], ],
'tom-select/dist/css/tom-select.default.css' => [ 'tom-select/dist/css/tom-select.default.css' => [
'version' => '2.4.3', 'version' => '2.4.3',
@ -393,4 +393,304 @@ return [
'version' => '2.4.3', 'version' => '2.4.3',
'type' => 'css', 'type' => 'css',
], ],
'@ckeditor/ckeditor5-fullscreen/dist/index.js' => [
'version' => '47.0.0',
],
'@ckeditor/ckeditor5-icons/dist/index.js' => [
'version' => '47.0.0',
],
'es-toolkit/compat' => [
'version' => '1.39.5',
],
'unified' => [
'version' => '11.0.5',
],
'remark-gfm' => [
'version' => '4.0.1',
],
'remark-parse' => [
'version' => '11.0.0',
],
'remark-rehype' => [
'version' => '11.1.2',
],
'remark-breaks' => [
'version' => '4.0.0',
],
'rehype-dom-stringify' => [
'version' => '4.0.2',
],
'unist-util-visit' => [
'version' => '5.0.0',
],
'hast-util-to-html' => [
'version' => '9.0.5',
],
'hast-util-from-dom' => [
'version' => '5.0.1',
],
'rehype-dom-parse' => [
'version' => '5.0.2',
],
'rehype-remark' => [
'version' => '10.0.1',
],
'remark-stringify' => [
'version' => '11.0.0',
],
'hastscript' => [
'version' => '9.0.1',
],
'bail' => [
'version' => '2.0.2',
],
'extend' => [
'version' => '3.0.2',
],
'devlop' => [
'version' => '1.1.0',
],
'is-plain-obj' => [
'version' => '4.1.0',
],
'trough' => [
'version' => '2.2.0',
],
'vfile' => [
'version' => '6.0.1',
],
'mdast-util-gfm' => [
'version' => '3.1.0',
],
'micromark-extension-gfm' => [
'version' => '3.0.0',
],
'mdast-util-from-markdown' => [
'version' => '2.0.0',
],
'mdast-util-to-hast' => [
'version' => '13.2.0',
],
'mdast-util-newline-to-break' => [
'version' => '2.0.0',
],
'hast-util-to-dom' => [
'version' => '4.0.0',
],
'unist-util-visit-parents' => [
'version' => '6.0.1',
],
'html-void-elements' => [
'version' => '3.0.0',
],
'property-information' => [
'version' => '7.0.0',
],
'zwitch' => [
'version' => '2.0.4',
],
'stringify-entities' => [
'version' => '4.0.4',
],
'ccount' => [
'version' => '2.0.1',
],
'comma-separated-tokens' => [
'version' => '2.0.3',
],
'space-separated-tokens' => [
'version' => '2.0.2',
],
'hast-util-whitespace' => [
'version' => '3.0.0',
],
'web-namespaces' => [
'version' => '2.0.1',
],
'hast-util-to-mdast' => [
'version' => '10.1.2',
],
'mdast-util-to-markdown' => [
'version' => '2.1.0',
],
'hast-util-parse-selector' => [
'version' => '4.0.0',
],
'vfile-message' => [
'version' => '4.0.2',
],
'vfile/do-not-use-conditional-minpath' => [
'version' => '6.0.1',
],
'vfile/do-not-use-conditional-minproc' => [
'version' => '6.0.1',
],
'vfile/do-not-use-conditional-minurl' => [
'version' => '6.0.1',
],
'mdast-util-gfm-autolink-literal' => [
'version' => '2.0.1',
],
'mdast-util-gfm-footnote' => [
'version' => '2.1.0',
],
'mdast-util-gfm-strikethrough' => [
'version' => '2.0.0',
],
'mdast-util-gfm-table' => [
'version' => '2.0.0',
],
'mdast-util-gfm-task-list-item' => [
'version' => '2.0.0',
],
'micromark-util-combine-extensions' => [
'version' => '2.0.0',
],
'micromark-extension-gfm-autolink-literal' => [
'version' => '2.0.0',
],
'micromark-extension-gfm-footnote' => [
'version' => '2.0.0',
],
'micromark-extension-gfm-strikethrough' => [
'version' => '2.0.0',
],
'micromark-extension-gfm-table' => [
'version' => '2.0.0',
],
'micromark-extension-gfm-tagfilter' => [
'version' => '2.0.0',
],
'micromark-extension-gfm-task-list-item' => [
'version' => '2.0.1',
],
'mdast-util-to-string' => [
'version' => '4.0.0',
],
'micromark' => [
'version' => '4.0.0',
],
'micromark-util-decode-numeric-character-reference' => [
'version' => '2.0.0',
],
'micromark-util-decode-string' => [
'version' => '2.0.0',
],
'micromark-util-normalize-identifier' => [
'version' => '2.0.0',
],
'decode-named-character-reference' => [
'version' => '1.0.2',
],
'unist-util-stringify-position' => [
'version' => '4.0.0',
],
'micromark-util-sanitize-uri' => [
'version' => '2.0.0',
],
'unist-util-position' => [
'version' => '5.0.0',
],
'trim-lines' => [
'version' => '3.0.1',
],
'@ungap/structured-clone' => [
'version' => '1.3.0',
],
'mdast-util-find-and-replace' => [
'version' => '3.0.0',
],
'unist-util-is' => [
'version' => '6.0.0',
],
'unist-util-visit-parents/do-not-use-color' => [
'version' => '6.0.1',
],
'character-entities-legacy' => [
'version' => '3.0.0',
],
'character-entities-html4' => [
'version' => '2.1.0',
],
'rehype-minify-whitespace' => [
'version' => '6.0.2',
],
'hast-util-to-text' => [
'version' => '4.0.2',
],
'trim-trailing-lines' => [
'version' => '2.1.0',
],
'hast-util-phrasing' => [
'version' => '3.0.1',
],
'mdast-util-phrasing' => [
'version' => '4.0.0',
],
'longest-streak' => [
'version' => '3.1.0',
],
'micromark-util-character' => [
'version' => '2.0.0',
],
'markdown-table' => [
'version' => '3.0.3',
],
'micromark-util-chunked' => [
'version' => '2.0.0',
],
'micromark-core-commonmark' => [
'version' => '2.0.0',
],
'micromark-factory-space' => [
'version' => '2.0.0',
],
'micromark-util-classify-character' => [
'version' => '2.0.0',
],
'micromark-util-resolve-all' => [
'version' => '2.0.0',
],
'micromark-util-encode' => [
'version' => '2.0.0',
],
'micromark-util-subtokenize' => [
'version' => '2.0.0',
],
'escape-string-regexp' => [
'version' => '5.0.0',
],
'hast-util-minify-whitespace' => [
'version' => '1.0.1',
],
'unist-util-find-after' => [
'version' => '5.0.0',
],
'hast-util-is-element' => [
'version' => '3.0.0',
],
'hast-util-embedded' => [
'version' => '3.0.0',
],
'hast-util-has-property' => [
'version' => '3.0.0',
],
'hast-util-is-body-ok-link' => [
'version' => '3.0.0',
],
'micromark-factory-destination' => [
'version' => '2.0.0',
],
'micromark-factory-label' => [
'version' => '2.0.0',
],
'micromark-factory-title' => [
'version' => '2.0.0',
],
'micromark-factory-whitespace' => [
'version' => '2.0.0',
],
'micromark-util-html-tag-name' => [
'version' => '2.0.0',
],
]; ];

View File

@ -15,7 +15,7 @@ class ProductController extends AbstractController
{ {
#[Template] #[Template]
#[Security("is_granted('ROLE_USER')")] #[Security("is_granted('ROLE_USER')")]
#[Route(path: '/edit', name: 'psc_backend_invoice_index_create')] #[Route(path: '/edit', name: 'psc_plugin_formbuilder_edit')]
public function edit( public function edit(
JWTTokenManagerInterface $jwtManager, JWTTokenManagerInterface $jwtManager,
RefreshTokenGeneratorInterface $refreshTokenGenerator, RefreshTokenGeneratorInterface $refreshTokenGenerator,