|
|
|
@ -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": "31aff051abdf646ee48111e2bad56afe", |
|
|
|
"content-hash": "d4e5a383efe41d6b65342734ac7a0dd9", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "asm89/stack-cors", |
|
|
|
@ -4028,6 +4028,74 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"packages-dev": [ |
|
|
|
{ |
|
|
|
"name": "barryvdh/laravel-debugbar", |
|
|
|
"version": "v3.3.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/barryvdh/laravel-debugbar.git", |
|
|
|
"reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/57f2219f6d9efe41ed1bc880d86701c52f261bf5", |
|
|
|
"reference": "57f2219f6d9efe41ed1bc880d86701c52f261bf5", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"illuminate/routing": "^5.5|^6|^7", |
|
|
|
"illuminate/session": "^5.5|^6|^7", |
|
|
|
"illuminate/support": "^5.5|^6|^7", |
|
|
|
"maximebf/debugbar": "^1.15.1", |
|
|
|
"php": ">=7.0", |
|
|
|
"symfony/debug": "^3|^4|^5", |
|
|
|
"symfony/finder": "^3|^4|^5" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"laravel/framework": "5.5.x" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "3.2-dev" |
|
|
|
}, |
|
|
|
"laravel": { |
|
|
|
"providers": [ |
|
|
|
"Barryvdh\\Debugbar\\ServiceProvider" |
|
|
|
], |
|
|
|
"aliases": { |
|
|
|
"Debugbar": "Barryvdh\\Debugbar\\Facade" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Barryvdh\\Debugbar\\": "src/" |
|
|
|
}, |
|
|
|
"files": [ |
|
|
|
"src/helpers.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Barry vd. Heuvel", |
|
|
|
"email": "barryvdh@gmail.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PHP Debugbar integration for Laravel", |
|
|
|
"keywords": [ |
|
|
|
"debug", |
|
|
|
"debugbar", |
|
|
|
"laravel", |
|
|
|
"profiler", |
|
|
|
"webprofiler" |
|
|
|
], |
|
|
|
"time": "2020-05-05T10:53:32+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/instantiator", |
|
|
|
"version": "1.3.1", |
|
|
|
@ -4412,6 +4480,67 @@ |
|
|
|
], |
|
|
|
"time": "2016-01-20T08:20:44+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "maximebf/debugbar", |
|
|
|
"version": "v1.16.3", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/maximebf/php-debugbar.git", |
|
|
|
"reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372", |
|
|
|
"reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^7.1", |
|
|
|
"psr/log": "^1.0", |
|
|
|
"symfony/var-dumper": "^2.6|^3|^4|^5" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^5" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"kriswallsmith/assetic": "The best way to manage assets", |
|
|
|
"monolog/monolog": "Log using Monolog", |
|
|
|
"predis/predis": "Redis storage" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.16-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"DebugBar\\": "src/DebugBar/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Maxime Bouroumeau-Fuseau", |
|
|
|
"email": "maxime.bouroumeau@gmail.com", |
|
|
|
"homepage": "http://maximebf.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Barry vd. Heuvel", |
|
|
|
"email": "barryvdh@gmail.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Debug bar in the browser for php application", |
|
|
|
"homepage": "https://github.com/maximebf/php-debugbar", |
|
|
|
"keywords": [ |
|
|
|
"debug", |
|
|
|
"debugbar" |
|
|
|
], |
|
|
|
"time": "2020-05-06T07:06:27+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "mockery/mockery", |
|
|
|
"version": "1.4.0", |
|
|
|
@ -5930,6 +6059,63 @@ |
|
|
|
"homepage": "https://github.com/sebastianbergmann/version", |
|
|
|
"time": "2016-10-03T07:35:21+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "symfony/debug", |
|
|
|
"version": "v4.4.9", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/symfony/debug.git", |
|
|
|
"reference": "28f92d08bb6d1fddf8158e02c194ad43870007e6" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/28f92d08bb6d1fddf8158e02c194ad43870007e6", |
|
|
|
"reference": "28f92d08bb6d1fddf8158e02c194ad43870007e6", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=7.1.3", |
|
|
|
"psr/log": "~1.0", |
|
|
|
"symfony/polyfill-php80": "^1.15" |
|
|
|
}, |
|
|
|
"conflict": { |
|
|
|
"symfony/http-kernel": "<3.4" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"symfony/http-kernel": "^3.4|^4.0|^5.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "4.4-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Symfony\\Component\\Debug\\": "" |
|
|
|
}, |
|
|
|
"exclude-from-classmap": [ |
|
|
|
"/Tests/" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Fabien Potencier", |
|
|
|
"email": "fabien@symfony.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Symfony Community", |
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Symfony Debug Component", |
|
|
|
"homepage": "https://symfony.com", |
|
|
|
"time": "2020-05-24T08:33:35+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "theseer/tokenizer", |
|
|
|
"version": "1.1.3", |
|
|
|
|