fix: telescope

This commit is contained in:
2025-09-07 22:37:05 +00:00
parent 7a523b6747
commit 500d6158c8
6 changed files with 413 additions and 1 deletions
Generated
+70 -1
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": "ed11fd35e692d1c471044e0d66fc8237",
"content-hash": "90f301d0baefea3634ce7d95c76d19c9",
"packages": [
{
"name": "brick/math",
@@ -6568,6 +6568,75 @@
},
"time": "2025-08-25T19:28:31+00:00"
},
{
"name": "laravel/telescope",
"version": "v5.11.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
"reference": "7684604e104e7755b70dcacfeee06888e2470689"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/7684604e104e7755b70dcacfeee06888e2470689",
"reference": "7684604e104e7755b70dcacfeee06888e2470689",
"shasum": ""
},
"require": {
"ext-json": "*",
"laravel/framework": "^8.37|^9.0|^10.0|^11.0|^12.0",
"php": "^8.0",
"symfony/console": "^5.3|^6.0|^7.0",
"symfony/var-dumper": "^5.0|^6.0|^7.0"
},
"require-dev": {
"ext-gd": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"laravel/octane": "^1.4|^2.0|dev-develop",
"orchestra/testbench": "^6.40|^7.37|^8.17|^9.0|^10.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0|^10.5|^11.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Telescope\\TelescopeServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Telescope\\": "src/",
"Laravel\\Telescope\\Database\\Factories\\": "database/factories/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Mohamed Said",
"email": "mohamed@laravel.com"
}
],
"description": "An elegant debug assistant for the Laravel framework.",
"keywords": [
"debugging",
"laravel",
"monitoring"
],
"support": {
"issues": "https://github.com/laravel/telescope/issues",
"source": "https://github.com/laravel/telescope/tree/v5.11.3"
},
"time": "2025-08-21T14:25:40+00:00"
},
{
"name": "mockery/mockery",
"version": "1.6.12",