Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1df8048

Browse files
committedFeb 25, 2025·
ISSUE-344: phplist/core version update
1 parent b4f29a2 commit 1df8048

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"require": {
3232
"php": "^8.1",
33-
"phplist/core": "dev-ISSUE-337"
33+
"phplist/core": "5.0.0-alpha2"
3434
},
3535
"require-dev": {
3636
"phpunit/phpunit": "^9.5",
@@ -77,9 +77,6 @@
7777
]
7878
},
7979
"extra": {
80-
"branch-alias": {
81-
"dev-ISSUE-337": "5.0.x-dev"
82-
},
8380
"symfony-app-dir": "bin",
8481
"symfony-bin-dir": "bin",
8582
"symfony-var-dir": "var",

0 commit comments

Comments
 (0)
Please sign in to comment.