Skip to content

Commit f0f161c

Browse files
committed
ISSUE-337: version update
1 parent 18b4c24 commit f0f161c

File tree

2 files changed

+337
-327
lines changed

2 files changed

+337
-327
lines changed

composer.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
"require": {
3131
"php": "^8.1",
32-
"phplist/core": "dev-ISSUE-337",
33-
"phplist/rest-api": "dev-ISSUE-337",
34-
"phplist/web-frontend": "dev-ISSUE-337",
32+
"phplist/core": "v5.0.0-alpha3",
33+
"phplist/rest-api": "v5.0.0-alpha2",
34+
"phplist/web-frontend": "v5.0.0-alpha2",
3535
"doctrine/orm": "^3.3"
3636
},
3737
"require-dev": {
@@ -86,9 +86,6 @@
8686
]
8787
},
8888
"extra": {
89-
"branch-alias": {
90-
"dev-ISSUE-337": "5.0.x-dev"
91-
},
9289
"symfony-app-dir": "bin",
9390
"symfony-bin-dir": "bin",
9491
"symfony-var-dir": "var",

0 commit comments

Comments
 (0)