Merge pull request #101 from allerta-vvf/dependabot/composer/server/tracy/tracy-2.8.0

Bump tracy/tracy from 2.7.6 to 2.8.0 in /server
This commit is contained in:
MatteoGheza 2020-12-18 15:53:34 +01:00 committed by GitHub
commit 199fc151a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 14 deletions

View File

@ -4,7 +4,7 @@
"type": "project",
"require": {
"twig/twig": "^3.1.1",
"tracy/tracy": "^2.7.6",
"tracy/tracy": "^2.8.0",
"delight-im/auth": "^8.2.2",
"ulrichsg/getopt-php": "^3.4.0",
"nikic/fast-route": "^2.0@dev",

23
server/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": "1344b4b66321e38adced4b7f87bc5335",
"content-hash": "a08da53d92ef70a673e30865170c49a0",
"packages": [
{
"name": "delight-im/auth",
@ -663,22 +663,22 @@
},
{
"name": "tracy/tracy",
"version": "v2.7.6",
"version": "v2.8.0",
"source": {
"type": "git",
"url": "https://github.com/nette/tracy.git",
"reference": "7e7e73d52c7e9ff0fd29dbd5b1cfdc03f3947942"
"reference": "24af254df194635b4a80980ad885da7e8f0b90f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/tracy/zipball/7e7e73d52c7e9ff0fd29dbd5b1cfdc03f3947942",
"reference": "7e7e73d52c7e9ff0fd29dbd5b1cfdc03f3947942",
"url": "https://api.github.com/repos/nette/tracy/zipball/24af254df194635b4a80980ad885da7e8f0b90f0",
"reference": "24af254df194635b4a80980ad885da7e8f0b90f0",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-session": "*",
"php": ">=7.1"
"php": ">=7.2 <8.1"
},
"conflict": {
"nette/di": "<3.0"
@ -692,13 +692,10 @@
"phpstan/phpstan": "^0.12",
"psr/log": "^1.0"
},
"suggest": {
"https://nette.org/donate": "Please support Tracy via a donation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
"dev-master": "2.8-dev"
}
},
"autoload": {
@ -706,7 +703,7 @@
"src"
],
"files": [
"src/Tracy/shortcuts.php"
"src/Tracy/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
@ -723,7 +720,7 @@
"homepage": "https://nette.org/contributors"
}
],
"description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.",
"description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.",
"homepage": "https://tracy.nette.org",
"keywords": [
"Xdebug",
@ -732,7 +729,7 @@
"nette",
"profiler"
],
"time": "2020-11-02T17:06:27+00:00"
"time": "2020-12-16T23:28:40+00:00"
},
{
"name": "twig/twig",