Update log viewer + revert 8.2 removal

This commit is contained in:
notCharles 2025-11-07 17:00:41 -05:00
parent 4f37a3c8ed
commit 29e676060c
3 changed files with 11 additions and 122 deletions

View File

@ -3,7 +3,7 @@
"description": "The free, open-source game management panel. Supporting Minecraft, Spigot, BungeeCord, and SRCDS servers.",
"license": "AGPL-3.0-only",
"require": {
"php": "^8.3 || ^8.4",
"php": "^8.2 || ^8.3 || ^8.4",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
@ -93,7 +93,7 @@
"pestphp/pest-plugin": true
},
"platform": {
"php": "8.3"
"php": "8.2"
}
},
"minimum-stability": "stable",

98
composer.lock generated
View File

@ -4,89 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c8143eccd2736bd88b35d8fe6c8de289",
"content-hash": "8163d9a4aac23556cdeb40d33c1aff3a",
"packages": [
{
"name": "achyutn/filament-log-viewer",
"version": "v1.5.2",
"source": {
"type": "git",
"url": "https://github.com/achyutkneupane/filament-log-viewer.git",
"reference": "e285e5cb359d92d17c64e981de13d0e7741f4121"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/achyutkneupane/filament-log-viewer/zipball/e285e5cb359d92d17c64e981de13d0e7741f4121",
"reference": "e285e5cb359d92d17c64e981de13d0e7741f4121",
"shasum": ""
},
"require": {
"filament/filament": "^4.0",
"phiki/phiki": "^2.0",
"php": ">=8.2"
},
"require-dev": {
"larastan/larastan": "^3.0",
"laravel/pint": "^1.23",
"orchestra/testbench": "^10.4",
"pestphp/pest": "^3.8",
"pestphp/pest-plugin-laravel": "^3.2",
"pestphp/pest-plugin-livewire": "^3.0",
"phpstan/phpstan": "^2.1",
"rector/rector": "^2.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"AchyutN\\FilamentLogViewer\\LogViewerProvider"
]
}
},
"autoload": {
"psr-4": {
"AchyutN\\FilamentLogViewer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Achyut Neupane",
"email": "achyutkneupane@gmail.com",
"homepage": "https://achyut.com.np",
"role": "Maintainer"
}
],
"description": "A Filament package to view and manage Laravel logs.",
"keywords": [
"Viewer",
"filament",
"laravel",
"log"
],
"support": {
"issues": "https://github.com/achyutkneupane/filament-log-viewer/issues",
"source": "https://github.com/achyutkneupane/filament-log-viewer/tree/v1.5.2"
},
"funding": [
{
"url": "https://www.buymeacoffee.com/achyutn",
"type": "buy_me_a_coffee"
},
{
"url": "https://github.com/achyutkneupane",
"type": "github"
},
{
"url": "https://www.patreon.com/Achyut",
"type": "patreon"
}
],
"time": "2025-10-10T18:58:40+00:00"
},
{
"name": "anourvalar/eloquent-serialize",
"version": "1.3.4",
@ -2025,22 +1944,23 @@
},
{
"name": "gboquizosanchez/filament-log-viewer",
"version": "2.1.6",
"version": "2.1.8",
"source": {
"type": "git",
"url": "https://github.com/gboquizosanchez/filament-log-viewer.git",
"reference": "93ba67b35a39ac6ccd8bc2d3c7e5229eeafc07b1"
"reference": "85480879ed0f4da15257393f6c2e0c0ea0892403"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/gboquizosanchez/filament-log-viewer/zipball/93ba67b35a39ac6ccd8bc2d3c7e5229eeafc07b1",
"reference": "93ba67b35a39ac6ccd8bc2d3c7e5229eeafc07b1",
"url": "https://api.github.com/repos/gboquizosanchez/filament-log-viewer/zipball/85480879ed0f4da15257393f6c2e0c0ea0892403",
"reference": "85480879ed0f4da15257393f6c2e0c0ea0892403",
"shasum": ""
},
"require": {
"ext-zip": "*",
"owenvoke/blade-fontawesome": "^2.9",
"php": "^8.3|^8.4"
"php": "^8.2|^8.3|^8.4",
"symfony/polyfill-php83": "^1.33"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.64",
@ -2082,9 +2002,9 @@
],
"support": {
"issues": "https://github.com/gboquizosanchez/filament-log-viewer/issues",
"source": "https://github.com/gboquizosanchez/filament-log-viewer/tree/2.1.6"
"source": "https://github.com/gboquizosanchez/filament-log-viewer/tree/2.1.8"
},
"time": "2025-10-15T20:08:18+00:00"
"time": "2025-11-07T21:40:26+00:00"
},
{
"name": "graham-campbell/result-type",

File diff suppressed because one or more lines are too long