From 3414527f5732814beb5d58b79bccac3767084b22 Mon Sep 17 00:00:00 2001 From: Kapil Garg Date: Fri, 24 Apr 2020 07:16:06 +0530 Subject: [PATCH] Update to v2.9.7 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f753273..f6a9414 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "froala/yii2-froala-editor", - "version": "2.9.6", + "version": "2.9.7", "description": "A beautiful jQuery WYSIWYG HTML text editor based on HTML5 technology. Cross browser, with mobile support, high performance and Retina Ready modern design.", "type": "yii2-extension", "keywords": [ @@ -19,13 +19,13 @@ "license": "MIT", "authors": [ { - "name": "dungphanxuan", - "email": "dungphanxuan999@gmail.com" + "name": "Froala Labs", + "email": "kapil.garg.techy@gmail.com" } ], "require": { "yiisoft/yii2": "^2.0", - "froala/wysiwyg-editor": "2.9.6", + "froala/wysiwyg-editor": "2.9.7", "rmrevin/yii2-fontawesome": "^2.0 | ^3.0" }, "autoload": {