From aa672b1930ca4cb12ba81460c66e93754857596a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:13:43 +0000 Subject: [PATCH] Bump contributte/tracy from 0.5.1 to 0.6.0 Bumps [contributte/tracy](https://github.com/contributte/tracy) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/contributte/tracy/releases) - [Commits](https://github.com/contributte/tracy/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: contributte/tracy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 75 ++++++++++++++++++++++++++------------------------- 2 files changed, 40 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 50eb9c5..9e661ba 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "contributte/http": "^0.4.0", "contributte/utils": "^0.6.0", "contributte/latte": "^0.6.0", - "contributte/tracy": "^0.5.0" + "contributte/tracy": "^0.6.0" }, "require-dev": { "ninjify/qa": "^0.13", diff --git a/composer.lock b/composer.lock index aadf9e9..44bf324 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "8bc6d36dfaf71abb891941c26c18a784", + "content-hash": "7572030bdb243f023b0a426e4ca9203e", "packages": [ { "name": "contributte/application", @@ -463,40 +463,36 @@ }, { "name": "contributte/tracy", - "version": "v0.5.1", + "version": "v0.6.0", "source": { "type": "git", "url": "https://github.com/contributte/tracy.git", - "reference": "eefc7596f348145c23ce81653b89a68b79653e67" + "reference": "36b64184b8042fc59eff49a2a2d32c56c24298fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/contributte/tracy/zipball/eefc7596f348145c23ce81653b89a68b79653e67", - "reference": "eefc7596f348145c23ce81653b89a68b79653e67", + "url": "https://api.github.com/repos/contributte/tracy/zipball/36b64184b8042fc59eff49a2a2d32c56c24298fe", + "reference": "36b64184b8042fc59eff49a2a2d32c56c24298fe", "shasum": "" }, "require": { - "php": ">=7.2", - "tracy/tracy": "^2.7.0" + "php": ">=8.1", + "tracy/tracy": "^2.9.0" }, "conflict": { - "nette/di": "<3.0.0" + "nette/di": "<3.1.0" }, "require-dev": { - "nette/application": "~3.0.0", - "nette/di": "~3.0.0", - "nette/http": "~3.0.1", - "ninjify/nunjuck": "^0.4", - "ninjify/qa": "^0.12", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-deprecation-rules": "^0.12", - "phpstan/phpstan-nette": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12" + "contributte/phpstan": "^0.1", + "contributte/qa": "^0.4", + "contributte/tester": "^0.3", + "mockery/mockery": "^1.5.0", + "nette/di": "^3.1.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.6.x-dev" + "dev-master": "0.7.x-dev" } }, "autoload": { @@ -512,13 +508,9 @@ { "name": "Milan Felix Šulc", "homepage": "https://f3l1x.io" - }, - { - "name": "Marek Bartoš", - "homepage": "https://marek-bartos.cz" } ], - "description": "Tuned Tracy Bars/Panels/BlueScreens for easy-developing", + "description": "Nette Tracy extensions for easy-developing", "homepage": "https://github.com/contributte/tracy", "keywords": [ "bluescreen", @@ -530,9 +522,19 @@ ], "support": { "issues": "https://github.com/contributte/tracy/issues", - "source": "https://github.com/contributte/tracy/tree/v0.5.1" + "source": "https://github.com/contributte/tracy/tree/v0.6.0" }, - "time": "2020-12-19T17:38:47+00:00" + "funding": [ + { + "url": "https://contributte.org/partners.html", + "type": "custom" + }, + { + "url": "https://github.com/f3l1x", + "type": "github" + } + ], + "time": "2023-07-31T15:00:21+00:00" }, { "name": "contributte/utils", @@ -1640,22 +1642,22 @@ }, { "name": "tracy/tracy", - "version": "v2.9.0", + "version": "v2.10.7", "source": { "type": "git", "url": "https://github.com/nette/tracy.git", - "reference": "551a7d936dfbd7075ced9a604b9527d1f7bfa8b4" + "reference": "7e7b25ba103968d5318d37db330b2e9c755dc765" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/tracy/zipball/551a7d936dfbd7075ced9a604b9527d1f7bfa8b4", - "reference": "551a7d936dfbd7075ced9a604b9527d1f7bfa8b4", + "url": "https://api.github.com/repos/nette/tracy/zipball/7e7b25ba103968d5318d37db330b2e9c755dc765", + "reference": "7e7b25ba103968d5318d37db330b2e9c755dc765", "shasum": "" }, "require": { "ext-json": "*", "ext-session": "*", - "php": ">=7.2 <8.2" + "php": ">=8.0 <8.4" }, "conflict": { "nette/di": "<3.0" @@ -1663,6 +1665,7 @@ "require-dev": { "latte/latte": "^2.5", "nette/di": "^3.0", + "nette/http": "^3.0", "nette/mail": "^3.0", "nette/tester": "^2.2", "nette/utils": "^3.0", @@ -1672,15 +1675,15 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.9-dev" + "dev-master": "2.10-dev" } }, "autoload": { - "classmap": [ - "src" - ], "files": [ "src/Tracy/functions.php" + ], + "classmap": [ + "src" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1708,9 +1711,9 @@ ], "support": { "issues": "https://github.com/nette/tracy/issues", - "source": "https://github.com/nette/tracy/tree/v2.9.0" + "source": "https://github.com/nette/tracy/tree/v2.10.7" }, - "time": "2021-12-20T18:19:46+00:00" + "time": "2024-04-29T11:44:00+00:00" } ], "packages-dev": [