Installation of telescope for local debugging.

This commit is contained in:
2024-11-25 15:29:15 +01:00
parent c0109006e8
commit 0f691afc7f
12 changed files with 443 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"keywords": ["laravel", "framework"],
"license": "MIT",
"require": {
"php": "^8.2",
"php": "^8.4",
"laravel/framework": "^11.31",
"laravel/tinker": "^2.9"
},
@@ -15,6 +15,7 @@
"laravel/pail": "^1.1",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"laravel/telescope": "^5.2",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^11.0.1"
@@ -54,7 +55,9 @@
},
"extra": {
"laravel": {
"dont-discover": []
"dont-discover": [
"laravel/telescope"
]
}
},
"config": {