/
razxc
/
telescope.php
Обзор
Документация
Войти
/
razxc
/
telescope.php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
composer.json
43 строки
895 B
Alexandr Haritonov
Initial commit. Telescope 6.0.0
29 мар 2026, 11:23
29 мар 2026, 11:23
02aa6e9
Код
Авторство
О чём код?
{ "name": "razxc/telescope", "type": "library", "description": "Alerting, collecting and tracking for errors in production and development", "keywords": [ "maintenance", "notification", "crash report", "error logs", "debug", "debugger", "backtrace", "bugreport", "bugtracker", "profiler", "environment" ], "authors": [ { "name": "Razxc", "email": "razxc@yandex.ru", "role": "Developer" } ], "version": "6.0.0", "require": { "php": ">=5.3.0" }, "archive": { "exclude": [".*", "var"] }, "autoload": { "psr-4": { "razxc\\telescope\\": "src" } }, "config": { "audit": { "block-insecure": false } }, "license": "MIT" }