diff --git a/composer.json b/composer.json index 533a971..077d03c 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "geoip2/geoip2": "^2.12", "guzzlehttp/guzzle": "^7.0.1", "jenssegers/agent": "^2.6", + "jxlwqq/simditor": "^1.0", "laracasts/flash": "^3.2", "laravel/framework": "^8.12", "laravel/sanctum": "^2.9", diff --git a/composer.lock b/composer.lock index 48bcb28..9354fc9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7ba89e7a1fe687ed6ffcbe27f7c6b986", + "content-hash": "2738b1dee6602f90674da14817301b21", "packages": [ { "name": "arcanedev/log-viewer", @@ -1960,6 +1960,62 @@ ], "time": "2020-06-13T08:05:20+00:00" }, + { + "name": "jxlwqq/simditor", + "version": "1.0.4", + "source": { + "type": "git", + "url": "https://github.com/laravel-admin-extensions/simditor.git", + "reference": "7e6f031a13e8fdf9f654c270c54470ee63e8bfd0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel-admin-extensions/simditor/zipball/7e6f031a13e8fdf9f654c270c54470ee63e8bfd0", + "reference": "7e6f031a13e8fdf9f654c270c54470ee63e8bfd0", + "shasum": "" + }, + "require": { + "encore/laravel-admin": "~1.6", + "php": ">=7.0.0" + }, + "require-dev": { + "phpunit/phpunit": "~6.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Jxlwqq\\Simditor\\SimditorServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Jxlwqq\\Simditor\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "jxlwqq", + "email": "jxlwqq@gmail.com" + } + ], + "description": "Simditor for Laravel-admin", + "homepage": "https://github.com/jxlwqq/simditor", + "keywords": [ + "extension", + "laravel-admin" + ], + "support": { + "issues": "https://github.com/laravel-admin-extensions/simditor/issues", + "source": "https://github.com/laravel-admin-extensions/simditor/tree/1.0.4" + }, + "time": "2020-11-20T05:26:04+00:00" + }, { "name": "laracasts/flash", "version": "3.2.3",