We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b4c24 commit f0f161cCopy full SHA for f0f161c
composer.json
@@ -29,9 +29,9 @@
29
},
30
"require": {
31
"php": "^8.1",
32
- "phplist/core": "dev-ISSUE-337",
33
- "phplist/rest-api": "dev-ISSUE-337",
34
- "phplist/web-frontend": "dev-ISSUE-337",
+ "phplist/core": "v5.0.0-alpha3",
+ "phplist/rest-api": "v5.0.0-alpha2",
+ "phplist/web-frontend": "v5.0.0-alpha2",
35
"doctrine/orm": "^3.3"
36
37
"require-dev": {
@@ -86,9 +86,6 @@
86
]
87
88
"extra": {
89
- "branch-alias": {
90
- "dev-ISSUE-337": "5.0.x-dev"
91
- },
92
"symfony-app-dir": "bin",
93
"symfony-bin-dir": "bin",
94
"symfony-var-dir": "var",
0 commit comments