Skip to content

Commit fc9a8ca

Browse files
authored
Install flow.js (uploader) via composer (#4469)
1 parent 00de7b5 commit fc9a8ca

File tree

5 files changed

+46
-1668
lines changed

5 files changed

+46
-1668
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
/app/etc/modules/Cm_RedisSession.xml
2424
/lib/Credis
2525

26+
# flow.js library
27+
/js/lib/uploader
28+
2629
# TinyMCE library
2730
/js/lib/tinymce
2831

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"colinmollenhour/magento-redis-session": "^3.2.0",
2929
"cweagans/composer-patches": "^1.7",
3030
"ezyang/htmlpurifier": "^4.17",
31+
"flowjs/flowjs": "dev-master",
3132
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0",
3233
"mklkj/tinymce-i18n": "^24.11",
3334
"openmage/composer-plugin": "^3.0",

composer.lock

Lines changed: 42 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)