Handle CORS for dev env

This commit is contained in:
2024-11-20 09:59:59 +01:00
parent e002e0e3c9
commit 8751db7452
7 changed files with 94 additions and 3 deletions

View File

@@ -26,6 +26,18 @@
"migrations/.gitignore"
]
},
"nelmio/cors-bundle": {
"version": "2.5",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.5",
"ref": "6bea22e6c564fba3a1391615cada1437d0bde39c"
},
"files": [
"config/packages/nelmio_cors.yaml"
]
},
"symfony/console": {
"version": "7.1",
"recipe": {