We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf51bb0 commit 33cf468Copy full SHA for 33cf468
2 files changed
.gitattributes
@@ -0,0 +1,6 @@
1
+.travis.yml export-ignore
2
+deploy_sdk.sh export-ignore
3
+docker-compose.yml.template export-ignore
4
+Dockerfile export-ignore
5
+push-image-to-nexus.sh export-ignore
6
+version.json export-ignore
composer.json
@@ -3,8 +3,8 @@
"require": {
"components/jquery": ">=1.11.0",
"fortawesome/font-awesome": ">=4.4.0",
- "froala/wysiwyg-editor": ">=4.0.16",
7
- "froala/wysiwyg-editor-php-sdk": "4.0.16"
+ "froala/wysiwyg-editor": ">=4.0.17",
+ "froala/wysiwyg-editor-php-sdk": "4.0.17"
8
},
9
"support": {
10
"issues": "https://github.com/froala/froala-editor-php-sdk/issues",
0 commit comments