add telescope for debugging

This commit is contained in:
Andras Bacsai
2024-08-23 16:53:13 +02:00
parent 6fbdfee3e7
commit 355352417e
13 changed files with 442 additions and 2 deletions

71
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": "cb17445966de6094aef5a92ee59d1d77",
"content-hash": "213fa37e1cc796508e32069c26f3c84a",
"packages": [
{
"name": "amphp/amp",
@@ -3388,6 +3388,75 @@
},
"time": "2024-06-28T20:09:34+00:00"
},
{
"name": "laravel/telescope",
"version": "v5.2.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
"reference": "c3a794ae6e011c8410e4de7c49ddab079ab846b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/c3a794ae6e011c8410e4de7c49ddab079ab846b0",
"reference": "c3a794ae6e011c8410e4de7c49ddab079ab846b0",
"shasum": ""
},
"require": {
"ext-json": "*",
"laravel/framework": "^8.37|^9.0|^10.0|^11.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",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0|^10.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.2.1"
},
"time": "2024-08-20T14:54:41+00:00"
},
{
"name": "laravel/tinker",
"version": "v2.9.0",