Remove laravelista/comments

This commit is contained in:
2026-01-10 14:06:00 +01:00
parent 571bf4584c
commit 67f5d0db8b
13 changed files with 10 additions and 604 deletions

196
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": "749225dc4ea2aca06f1639bef889cc59",
"content-hash": "cf750c98603544d91cf1bdb428866a8f",
"packages": [
{
"name": "brick/math",
@@ -581,56 +581,6 @@
],
"time": "2025-03-06T22:45:56+00:00"
},
{
"name": "erusev/parsedown",
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
"time": "2019-12-30T22:54:17+00:00"
},
{
"name": "firebase/php-jwt",
"version": "v7.0.2",
@@ -2266,70 +2216,6 @@
},
"time": "2025-01-27T14:24:01+00:00"
},
{
"name": "laravelista/comments",
"version": "dev-l11-compatibility",
"source": {
"type": "git",
"url": "https://github.com/renatokira/comments.git",
"reference": "490764a774d520a4d9e43395b472d0f9bf802ef6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/renatokira/comments/zipball/490764a774d520a4d9e43395b472d0f9bf802ef6",
"reference": "490764a774d520a4d9e43395b472d0f9bf802ef6",
"shasum": ""
},
"require": {
"erusev/parsedown": "^1.7",
"illuminate/database": "^9.0|^10.0|^11.0",
"illuminate/http": "^9.0|^10.0|^11.0",
"illuminate/pagination": "^9.0|^10.0|^11.0",
"illuminate/queue": "^9.0|^10.0|^11.0",
"illuminate/routing": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"php": "^8.0",
"spatie/laravel-honeypot": "^4.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravelista\\Comments\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravelista\\Comments\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Mario Bašić",
"email": "mario@laravelista.hr",
"homepage": "https://laravelista.hr"
}
],
"description": "Comments for Laravel.",
"keywords": [
"comments",
"laravel"
],
"support": {
"source": "https://github.com/renatokira/comments/tree/l11-compatibility"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/laravelista"
}
],
"time": "2024-03-16T14:14:11+00:00"
},
{
"name": "league/commonmark",
"version": "2.7.1",
@@ -5817,82 +5703,6 @@
],
"time": "2025-05-20T08:42:52+00:00"
},
{
"name": "spatie/laravel-honeypot",
"version": "4.6.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-honeypot.git",
"reference": "38d164f14939e943b92771859fc206c74cba8397"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-honeypot/zipball/38d164f14939e943b92771859fc206c74cba8397",
"reference": "38d164f14939e943b92771859fc206c74cba8397",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/encryption": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/validation": "^8.0|^9.0|^10.0|^11.0|^12.0",
"nesbot/carbon": "^2.0|^3.0",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9",
"symfony/http-foundation": "^5.1.2|^6.0|^7.0"
},
"require-dev": {
"livewire/livewire": "^2.10|^3.0",
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0",
"pestphp/pest-plugin-livewire": "^1.0|^2.1|^3.0",
"phpunit/phpunit": "^9.6|^10.5|^11.5",
"spatie/pest-plugin-snapshots": "^1.1|^2.1",
"spatie/phpunit-snapshot-assertions": "^4.2|^5.1",
"spatie/test-time": "^1.2.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\Honeypot\\HoneypotServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\Honeypot\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Preventing spam submitted through forms",
"homepage": "https://github.com/spatie/laravel-honeypot",
"keywords": [
"laravel-honeypot",
"spatie"
],
"support": {
"source": "https://github.com/spatie/laravel-honeypot/tree/4.6.1"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
}
],
"time": "2025-05-05T13:50:37+00:00"
},
{
"name": "spatie/laravel-package-tools",
"version": "1.92.7",
@@ -11900,9 +11710,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"laravelista/comments": 20
},
"stability-flags": {},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {