WIP: Implement uploads

This commit is contained in:
Björn Fromme
2023-09-18 17:56:33 +02:00
parent ce97017ac4
commit d6687c3ca4
51 changed files with 1123 additions and 168 deletions
+26
View File
@@ -29,6 +29,32 @@
"knplabs/knp-menu-bundle": {
"version": "v3.2.0"
},
"liip/imagine-bundle": {
"version": "2.11",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.8",
"ref": "d1227d002b70d1a1f941d91845fcd7ac7fbfc929"
},
"files": [
"config/packages/liip_imagine.yaml",
"config/routes/liip_imagine.yaml"
]
},
"oneup/uploader-bundle": {
"version": "4.0",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "2.0",
"ref": "b19678d1535b9fe7cdf4647fd3483455e4fca458"
},
"files": [
"config/packages/oneup_uploader.yaml",
"config/routes/oneup_uploader.yaml"
]
},
"phpunit/phpunit": {
"version": "9.6",
"recipe": {