Skip to content

Commit 8c4eab3

Browse files
committed
AC-14602:Migrate from TinyMCE to Hugerte.org | Add HugeRTE through composer
1 parent 1e14bd7 commit 8c4eab3

File tree

2 files changed

+78
-5
lines changed

2 files changed

+78
-5
lines changed

composer.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"colinmollenhour/credis": "^1.15",
4242
"colinmollenhour/php-redis-session-abstract": "^2.0",
4343
"composer/composer": "^2.0, !=2.2.16",
44-
"elasticsearch/elasticsearch": "^8.15",
4544
"duosecurity/duo_api_php": "^1.1",
4645
"duosecurity/duo_universal_php": "^1.0",
46+
"elasticsearch/elasticsearch": "^8.15",
4747
"ezyang/htmlpurifier": "^4.17",
4848
"guzzlehttp/guzzle": "^7.5",
49+
"hugerte/hugerte": "^1.0",
4950
"laminas/laminas-captcha": "^2.18",
5051
"laminas/laminas-code": "^4.13",
51-
"magento/magento-zf-db": "^3.21",
5252
"laminas/laminas-di": "^3.15",
5353
"laminas/laminas-escaper": "^2.13",
5454
"laminas/laminas-eventmanager": "^3.11",
@@ -69,6 +69,7 @@
6969
"magento/composer": "^1.10.1-beta1",
7070
"magento/composer-dependency-version-audit-plugin": "^0.1",
7171
"magento/magento-composer-installer": ">=0.4.0",
72+
"magento/magento-zf-db": "^3.21",
7273
"magento/zend-cache": "^1.16",
7374
"magento/zend-db": "^1.16",
7475
"magento/zend-pdf": "^1.16",
@@ -82,10 +83,10 @@
8283
"ramsey/uuid": "^4.2",
8384
"symfony/console": "^6.4",
8485
"symfony/intl": "^6.4",
85-
"symfony/process": "^6.4",
86-
"symfony/string": "^6.4",
8786
"symfony/mailer": "^6.4",
8887
"symfony/mime": "^6.4",
88+
"symfony/process": "^6.4",
89+
"symfony/string": "^6.4",
8990
"tedivm/jshrink": "^1.4",
9091
"tubalmartin/cssmin": "^4.1",
9192
"web-token/jwt-framework": "^3.4",
@@ -351,6 +352,19 @@
351352
"conflict": {
352353
"gene/bluefoot": "*"
353354
},
355+
"scripts": {
356+
"pre-update-cmd": [
357+
"rm -rf lib/web/hugerte"
358+
],
359+
"post-install-cmd": [
360+
"mkdir -p lib/web/hugerte",
361+
"if [ -d vendor/hugerte/hugerte ]; then cp -R vendor/hugerte/hugerte/. lib/web/hugerte/; fi"
362+
],
363+
"post-update-cmd": [
364+
"mkdir -p lib/web/hugerte",
365+
"if [ -d vendor/hugerte/hugerte ]; then cp -R vendor/hugerte/hugerte/. lib/web/hugerte/; fi"
366+
]
367+
},
354368
"extra": {
355369
"component_paths": {
356370
"trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js",

composer.lock

Lines changed: 60 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)