Skip to content

Commit 890d816

Browse files
committed
ISSUE-340: add ckeditor5
1 parent 4c231d9 commit 890d816

File tree

2 files changed

+148
-57
lines changed

2 files changed

+148
-57
lines changed

composer.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
{
9494
"type": "vcs",
9595
"url": "https://github.com/bramley/phplist-plugin-imap2.git"
96+
},
97+
{
98+
"type": "vcs",
99+
"url": "https://github.com/tatevikgr/phplist-plugin-ckeditor5.git"
96100
}
97101
],
98102
"extra": {
@@ -133,7 +137,8 @@
133137
"bramley/phplist-plugin-segment": "dev-master",
134138
"phplist/phplist-plugin-subjectlineplaceholders": "dev-master",
135139
"bramley/phplist-plugin-updater": "dev-main",
136-
"bramley/phplist-plugin-imap2": "dev-master"
140+
"bramley/phplist-plugin-imap2": "dev-master",
141+
"tatevikgr/phplist-plugin-ckeditor5": "dev-master"
137142
},
138143
"require-dev": {
139144
"behat/behat": "@stable",
@@ -150,7 +155,7 @@
150155
"config": {
151156
"bin-dir": "vendor/bin/",
152157
"allow-plugins": {
153-
"davidbarratt/custom-installer": true
154-
}
158+
"davidbarratt/custom-installer": true
159+
}
155160
}
156161
}

composer.lock

+140-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)