This commit is contained in:
2024-12-06 08:09:07 +01:00
parent c1aa1026a7
commit e0aa499940
49 changed files with 803 additions and 638 deletions

View File

@@ -38,6 +38,19 @@
".php-cs-fixer.dist.php"
]
},
"oneup/uploader-bundle": {
"version": "5.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"
]
},
"phpstan/phpstan": {
"version": "2.0",
"recipe": {
@@ -64,21 +77,6 @@
"tests/bootstrap.php"
]
},
"symfony/asset-mapper": {
"version": "7.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "6.4",
"ref": "6c28c471640cc2c6e60812ebcb961c526ef8997f"
},
"files": [
"assets/app.js",
"assets/styles/app.css",
"config/packages/asset_mapper.yaml",
"importmap.php"
]
},
"symfony/console": {
"version": "7.1",
"recipe": {