Skip to content

Commit eb91c4a

Browse files
committed
ISSUE-345: new version
1 parent 0b619ec commit eb91c4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@
2929
"forum": "https://discuss.phplist.org/",
3030
"source": "https://github.com/phpList/rest-api"
3131
},
32+
"repositories": [
33+
{
34+
"type": "vcs",
35+
"url": "https://github.com/phpList/core"
36+
}
37+
],
3238
"require": {
3339
"php": "^8.1",
34-
"phplist/core": "v5.0.0-alpha4",
40+
"phplist/core": "dev-ISSUE-345",
3541
"friendsofsymfony/rest-bundle": "*",
3642
"symfony/test-pack": "^1.0",
3743
"symfony/process": "^6.4",

0 commit comments

Comments
 (0)