This commit is contained in:
Saeed Vaziry
2023-07-09 22:02:45 +02:00
parent 5c72f12490
commit c1056f11ec
8 changed files with 255 additions and 337 deletions

73
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": "c1707f21542e1ae2b8839cd24e846e51",
"content-hash": "36fda0bafd1bd5b298307b02bb98fc0a",
"packages": [
{
"name": "aws/aws-crt-php",
@ -6790,77 +6790,6 @@
},
"time": "2023-03-30T12:28:55+00:00"
},
{
"name": "laravel/telescope",
"version": "v4.14.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
"reference": "88ca4cbeefea563b605cf3fd9c10ff5a623864b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/88ca4cbeefea563b605cf3fd9c10ff5a623864b1",
"reference": "88ca4cbeefea563b605cf3fd9c10ff5a623864b1",
"shasum": ""
},
"require": {
"ext-json": "*",
"laravel/framework": "^8.37|^9.0|^10.0",
"php": "^8.0",
"symfony/var-dumper": "^5.0|^6.0"
},
"require-dev": {
"ext-gd": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"laravel/octane": "^1.4",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
},
"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/v4.14.1"
},
"time": "2023-03-17T18:13:19+00:00"
},
{
"name": "mockery/mockery",
"version": "1.5.1",