mirror of https://github.com/kcal-app/kcal.git
Remove unused Quill renderer library
This commit is contained in:
parent
053c8305a1
commit
7b0abbc5af
|
@ -10,7 +10,6 @@
|
||||||
"babenkoivan/elastic-scout-driver-plus": "^2.0",
|
"babenkoivan/elastic-scout-driver-plus": "^2.0",
|
||||||
"cloudcreativity/laravel-json-api": "^3.2",
|
"cloudcreativity/laravel-json-api": "^3.2",
|
||||||
"cviebrock/eloquent-sluggable": "^8.0",
|
"cviebrock/eloquent-sluggable": "^8.0",
|
||||||
"deanblackborough/php-quill-renderer": "^4.00",
|
|
||||||
"fideloper/proxy": "^4.4",
|
"fideloper/proxy": "^4.4",
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
"fruitcake/laravel-cors": "^2.0",
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "da6d8202b7a5074a138e4b6fd87e687e",
|
"content-hash": "7ceaed365c3962d66d301ae612a52e9f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -711,71 +711,6 @@
|
||||||
},
|
},
|
||||||
"time": "2021-02-28T20:03:09+00:00"
|
"time": "2021-02-28T20:03:09+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "deanblackborough/php-quill-renderer",
|
|
||||||
"version": "v4.00.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/deanblackborough/php-quill-renderer.git",
|
|
||||||
"reference": "bcaa78799b3c29a41eeff1469c64018c37769349"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/deanblackborough/php-quill-renderer/zipball/bcaa78799b3c29a41eeff1469c64018c37769349",
|
|
||||||
"reference": "bcaa78799b3c29a41eeff1469c64018c37769349",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"ext-json": "*",
|
|
||||||
"php": "^7.4|^8"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"php-coveralls/php-coveralls": "^v2.4.3",
|
|
||||||
"phpunit/phpunit": "^9"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"php": "^8.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"DBlackborough\\Quill\\": "src/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Dean Blackborough",
|
|
||||||
"email": "dean@g3d-development.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Render quill insert deltas to HTML, Markdown and GitHub flavoured Markdown",
|
|
||||||
"homepage": "http://www.transmute-coffee.com/php-quill-renderer.php",
|
|
||||||
"keywords": [
|
|
||||||
"delta",
|
|
||||||
"html",
|
|
||||||
"markdown",
|
|
||||||
"parse",
|
|
||||||
"php",
|
|
||||||
"quill",
|
|
||||||
"quilljs",
|
|
||||||
"renderer"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/deanblackborough/php-quill-renderer/issues",
|
|
||||||
"source": "https://github.com/deanblackborough/php-quill-renderer/tree/v4.00.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://github.com/deanblackborough",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2021-02-16T13:57:01+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "dnoegel/php-xdg-base-dir",
|
"name": "dnoegel/php-xdg-base-dir",
|
||||||
"version": "v0.1.1",
|
"version": "v0.1.1",
|
||||||
|
|
Loading…
Reference in New Issue