feat: add gboquizosanchez/filament-log-viewer
This commit is contained in:
125
composer.lock
generated
125
composer.lock
generated
@@ -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": "00c3c015290da6a691c269b7088d3ec3",
|
||||
"content-hash": "bae273ecc05278912300707444956065",
|
||||
"packages": [
|
||||
{
|
||||
"name": "anourvalar/eloquent-serialize",
|
||||
@@ -1604,6 +1604,69 @@
|
||||
],
|
||||
"time": "2023-10-12T05:21:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "gboquizosanchez/filament-log-viewer",
|
||||
"version": "2.1.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gboquizosanchez/filament-log-viewer.git",
|
||||
"reference": "d1ea88c68333e5ae5b9438b041eb22b28898253f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/gboquizosanchez/filament-log-viewer/zipball/d1ea88c68333e5ae5b9438b041eb22b28898253f",
|
||||
"reference": "d1ea88c68333e5ae5b9438b041eb22b28898253f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-zip": "*",
|
||||
"owenvoke/blade-fontawesome": "^2.9",
|
||||
"php": "^8.3|^8.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.64",
|
||||
"hermes/dependencies": "^1.1",
|
||||
"larastan/larastan": "^2.9",
|
||||
"orchestra/testbench": "^9.1",
|
||||
"pestphp/pest": "^3.5"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Boquizo\\FilamentLogViewer\\FilamentLogViewerServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Boquizo\\FilamentLogViewer\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Germán Boquizo Sánchez",
|
||||
"email": "germanboquizosanchez@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Filament Log Viewer",
|
||||
"homepage": "https://github.com/gboquizosanchez",
|
||||
"keywords": [
|
||||
"filament",
|
||||
"laravel",
|
||||
"log-viewer"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/gboquizosanchez/filament-log-viewer/issues",
|
||||
"source": "https://github.com/gboquizosanchez/filament-log-viewer/tree/2.1.5"
|
||||
},
|
||||
"time": "2025-09-04T17:11:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "graham-campbell/result-type",
|
||||
"version": "v1.1.3",
|
||||
@@ -4431,6 +4494,66 @@
|
||||
],
|
||||
"time": "2025-01-30T13:51:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "owenvoke/blade-fontawesome",
|
||||
"version": "v2.9.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/owenvoke/blade-fontawesome.git",
|
||||
"reference": "94dcd0c78f43f8234b0d9c76c903ecd288b8b0d1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/owenvoke/blade-fontawesome/zipball/94dcd0c78f43f8234b0d9c76c903ecd288b8b0d1",
|
||||
"reference": "94dcd0c78f43f8234b0d9c76c903ecd288b8b0d1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"blade-ui-kit/blade-icons": "^1.5",
|
||||
"illuminate/support": "^10.34|^11.0|^12.0",
|
||||
"php": "^8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.13",
|
||||
"orchestra/testbench": "^8.12|^9.0|^10.0",
|
||||
"pestphp/pest": "^2.26|^3.7",
|
||||
"phpstan/phpstan": "^1.10|^2.1",
|
||||
"symfony/var-dumper": "^6.3|^7.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"OwenVoke\\BladeFontAwesome\\BladeFontAwesomeServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"OwenVoke\\BladeFontAwesome\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "A package to easily make use of Font Awesome in your Laravel Blade views",
|
||||
"support": {
|
||||
"issues": "https://github.com/owenvoke/blade-fontawesome/issues",
|
||||
"source": "https://github.com/owenvoke/blade-fontawesome/tree/v2.9.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://ecologi.com/owenvoke?gift-trees",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/owenvoke",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-03-28T16:03:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/constant_time_encoding",
|
||||
"version": "v3.1.3",
|
||||
|
||||
Reference in New Issue
Block a user