removed legacy packages

This commit is contained in:
2023-01-25 01:10:24 +10:00
parent 70482a729a
commit 6053d82c31
3 changed files with 2 additions and 233 deletions

View File

@@ -12,9 +12,7 @@
"laravel/framework": "^9.19",
"laravel/sanctum": "^3.0",
"laravel/tinker": "^2.7",
"motze92/office365-mail": "^3.0",
"owen-it/laravel-auditing": "^13.0",
"stevebauman/purify": "^5.0"
"owen-it/laravel-auditing": "^13.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",

229
composer.lock generated
View File

@@ -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": "6b8b3d7dcdc51fcc5ee1e2fe4a9d2b9c",
"content-hash": "870c672db013419b8ced367004e5d0ba",
"packages": [
{
"name": "brick/math",
@@ -772,67 +772,6 @@
],
"time": "2023-01-02T17:26:14+00:00"
},
{
"name": "ezyang/htmlpurifier",
"version": "v4.16.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
"shasum": ""
},
"require": {
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"cerdic/css-tidy": "^1.7 || ^2.0",
"simpletest/simpletest": "dev-master"
},
"suggest": {
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
"ext-bcmath": "Used for unit conversion and imagecrash protection",
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
"ext-tidy": "Used for pretty-printing HTML"
},
"type": "library",
"autoload": {
"files": [
"library/HTMLPurifier.composer.php"
],
"psr-0": {
"HTMLPurifier": "library/"
},
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
},
"time": "2022-09-18T07:06:19+00:00"
},
{
"name": "fruitcake/php-cors",
"version": "v1.2.0",
@@ -2096,57 +2035,6 @@
],
"time": "2022-04-17T13:12:02+00:00"
},
{
"name": "microsoft/microsoft-graph",
"version": "1.85.0",
"source": {
"type": "git",
"url": "https://github.com/microsoftgraph/msgraph-sdk-php.git",
"reference": "e1759262669941873647d0036956239bffb06a2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/microsoftgraph/msgraph-sdk-php/zipball/e1759262669941873647d0036956239bffb06a2d",
"reference": "e1759262669941873647d0036956239bffb06a2d",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"php": "^8.0 || ^7.3",
"psr/http-message": "^1.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.2",
"phpstan/phpstan": "^0.12.90 || ^1.0.0",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Microsoft\\Graph\\": "src/",
"Beta\\Microsoft\\Graph\\": "src/Beta/Microsoft/Graph/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Microsoft Graph Client Tooling",
"email": "graphtooling@service.microsoft.com",
"role": "Developer"
}
],
"description": "The Microsoft Graph SDK for PHP",
"homepage": "https://developer.microsoft.com/en-us/graph",
"support": {
"issues": "https://github.com/microsoftgraph/msgraph-sdk-php/issues",
"source": "https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.85.0"
},
"time": "2023-01-07T04:00:48+00:00"
},
{
"name": "monolog/monolog",
"version": "2.8.0",
@@ -2249,55 +2137,6 @@
],
"time": "2022-07-24T11:55:47+00:00"
},
{
"name": "motze92/office365-mail",
"version": "3.1-beta",
"source": {
"type": "git",
"url": "https://github.com/motze92/office365-mail.git",
"reference": "44d419d904e85ca77b72529a0d3d36eaef8dce6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/motze92/office365-mail/zipball/44d419d904e85ca77b72529a0d3d36eaef8dce6c",
"reference": "44d419d904e85ca77b72529a0d3d36eaef8dce6c",
"shasum": ""
},
"require": {
"microsoft/microsoft-graph": "^1.5",
"php": "^7.1.3 || ^8"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Office365Mail\\Office365MailServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Office365Mail\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Moritz Mair",
"homepage": "https://github.com/motze92",
"role": "Developer"
}
],
"description": "Office365 transport for Laravel",
"support": {
"issues": "https://github.com/motze92/office365-mail/issues",
"source": "https://github.com/motze92/office365-mail/tree/3.1-beta"
},
"time": "2022-11-02T18:08:53+00:00"
},
{
"name": "nesbot/carbon",
"version": "2.65.0",
@@ -3566,72 +3405,6 @@
],
"time": "2022-12-31T22:20:34+00:00"
},
{
"name": "stevebauman/purify",
"version": "v5.1.0",
"source": {
"type": "git",
"url": "https://github.com/stevebauman/purify.git",
"reference": "644cd067481e967cd22908bef2e4a06903f31177"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stevebauman/purify/zipball/644cd067481e967cd22908bef2e4a06903f31177",
"reference": "644cd067481e967cd22908bef2e4a06903f31177",
"shasum": ""
},
"require": {
"ezyang/htmlpurifier": "^4.9.0",
"illuminate/contracts": "~7.0|~8.0|~9.0",
"illuminate/support": "~7.0|~8.0|~9.0",
"php": ">=7.4"
},
"require-dev": {
"orchestra/testbench": "~5.0|~6.0|~7.0",
"phpunit/phpunit": "~8.0|~9.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Stevebauman\\Purify\\PurifyServiceProvider"
],
"aliases": {
"Purify": "Stevebauman\\Purify\\Facades\\Purify"
}
}
},
"autoload": {
"psr-4": {
"Stevebauman\\Purify\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Steve Bauman",
"email": "steven_bauman@outlook.com"
}
],
"description": "An HTML Purifier / Sanitizer for Laravel",
"keywords": [
"Purifier",
"clean",
"cleaner",
"html",
"laravel",
"purification",
"purify"
],
"support": {
"issues": "https://github.com/stevebauman/purify/issues",
"source": "https://github.com/stevebauman/purify/tree/v5.1.0"
},
"time": "2023-01-10T04:26:07+00:00"
},
{
"name": "symfony/console",
"version": "v6.2.3",

View File

@@ -13,7 +13,6 @@ import SMRow from "./components/SMRow.vue";
import SMColumn from "./components/SMColumn.vue";
import { PromiseDialog } from "vue3-promise-dialog";
import { VueReCaptcha } from "vue-recaptcha-v3";
import VueDOMPurifyHTML from "vue-dompurify-html";
import "trix/dist/trix.css";
const pinia = createPinia();
@@ -24,7 +23,6 @@ createApp(App)
.use(pinia)
.use(Router)
.use(PromiseDialog)
.use(VueDOMPurifyHTML)
.use(VueReCaptcha, {
siteKey: import.meta.env.GOOGLE_RECAPTCHA_SITE_KEY,
loaderOptions: {