We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9817c commit b22f684Copy full SHA for b22f684
2 files changed
composer.json
@@ -46,7 +46,6 @@
46
"php": "^8.1",
47
"phplist/core": "dev-dev",
48
"phplist/rest-api": "dev-dev",
49
- "phplist/web-frontend": "dev-feat/dashboard",
50
"doctrine/orm": "^3.3",
51
"tatevikgr/rest-api-client": "dev-main",
52
"tatevikgr/rss-feed": "dev-main as 0.1.0"
@@ -104,6 +103,11 @@
104
103
]
105
},
106
"extra": {
+ "phplist/core": {
107
+ "bundles": [
108
+ "Nelmio\\CorsBundle\\NelmioCorsBundle"
109
+ ]
110
+ },
111
"symfony-app-dir": "bin",
112
"symfony-bin-dir": "bin",
113
"symfony-var-dir": "var",
0 commit comments