Add route info to debug bar
This commit is contained in:
parent
9af922f3f1
commit
50fe879f16
3 changed files with 52 additions and 2 deletions
49
composer.lock
generated
49
composer.lock
generated
|
@ -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": "ce151882c06d9b14d20fee47cb22be42",
|
||||
"content-hash": "d67f3db130b0bdbf050c34630c130cab",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aura/session",
|
||||
|
@ -4104,6 +4104,53 @@
|
|||
],
|
||||
"time": "2020-05-27T16:41:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "kitchenu/slim-debugbar",
|
||||
"version": "v1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kitchenu/Slim-DebugBar.git",
|
||||
"reference": "906dcecd1f85239ef262312c276b1e8e5663ad50"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/kitchenu/Slim-DebugBar/zipball/906dcecd1f85239ef262312c276b1e8e5663ad50",
|
||||
"reference": "906dcecd1f85239ef262312c276b1e8e5663ad50",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"maximebf/debugbar": "^1.12.0",
|
||||
"php": ">=5.5.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"slim/slim": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.0|^5.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Kitchenu\\Debugbar\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Kitchenu"
|
||||
}
|
||||
],
|
||||
"description": "PHP Debugbar integration for Slim 3",
|
||||
"keywords": [
|
||||
"debug",
|
||||
"debugbar",
|
||||
"framework",
|
||||
"slim"
|
||||
],
|
||||
"time": "2018-07-29T16:58:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/container",
|
||||
"version": "2.4.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue