Skip to content

Commit dff8e5f

Browse files
committed
ISSUE-341: add imap2 plugin
1 parent 311d29c commit dff8e5f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
{
9090
"type": "vcs",
9191
"url": "https://github.com/bramley/phplist-plugin-updater.git"
92+
},
93+
{
94+
"type": "vcs",
95+
"url": "https://github.com/bramley/phplist-plugin-imap2.git"
9296
}
9397
],
9498
"extra": {
@@ -128,7 +132,8 @@
128132
"bramley/phplist-plugin-ckeditor": "dev-master",
129133
"bramley/phplist-plugin-segment": "dev-master",
130134
"phplist/phplist-plugin-subjectlineplaceholders": "dev-master",
131-
"bramley/phplist-plugin-updater": "dev-main"
135+
"bramley/phplist-plugin-updater": "dev-main",
136+
"bramley/phplist-plugin-imap2": "dev-master"
132137
},
133138
"require-dev": {
134139
"behat/behat": "@stable",

0 commit comments

Comments
 (0)