Skip to content

Commit b22f684

Browse files
committed
Add NelmioCorsBundle
1 parent 4a9817c commit b22f684

2 files changed

Lines changed: 294 additions & 526 deletions

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"php": "^8.1",
4747
"phplist/core": "dev-dev",
4848
"phplist/rest-api": "dev-dev",
49-
"phplist/web-frontend": "dev-feat/dashboard",
5049
"doctrine/orm": "^3.3",
5150
"tatevikgr/rest-api-client": "dev-main",
5251
"tatevikgr/rss-feed": "dev-main as 0.1.0"
@@ -104,6 +103,11 @@
104103
]
105104
},
106105
"extra": {
106+
"phplist/core": {
107+
"bundles": [
108+
"Nelmio\\CorsBundle\\NelmioCorsBundle"
109+
]
110+
},
107111
"symfony-app-dir": "bin",
108112
"symfony-bin-dir": "bin",
109113
"symfony-var-dir": "var",

0 commit comments

Comments
 (0)