Skip to content

Commit bb17721

Browse files
committed
ISSUE-340: add ckeditor5
1 parent cc3af76 commit bb17721

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
lines changed

composer.json

+8-3
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/tatevikgr/phplist-plugin-ckeditor5.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+
"tatevikgr/phplist-plugin-ckeditor5": "dev-master"
132137
},
133138
"require-dev": {
134139
"behat/behat": "@stable",
@@ -145,7 +150,7 @@
145150
"config": {
146151
"bin-dir": "vendor/bin/",
147152
"allow-plugins": {
148-
"davidbarratt/custom-installer": true
149-
}
153+
"davidbarratt/custom-installer": true
154+
}
150155
}
151156
}

composer.lock

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

0 commit comments

Comments
 (0)