From 42c6f92a08adb0f701bd833ec21e0ae68e4dddd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:02:04 +0000 Subject: [PATCH] Bump glpi-project/tools in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [glpi-project/tools](https://github.com/glpi-project/tools). Updates `glpi-project/tools` from 0.7.8 to 0.8.1 - [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md) - [Commits](https://github.com/glpi-project/tools/compare/0.7.8...0.8.1) --- updated-dependencies: - dependency-name: glpi-project/tools dependency-version: 0.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index a3debc72..ddbb150d 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.85", "glpi-project/phpstan-glpi": "^1.0", - "glpi-project/tools": "^0.7", + "glpi-project/tools": "^0.8", "php-parallel-lint/php-parallel-lint": "^1.4", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", diff --git a/composer.lock b/composer.lock index 87365c5f..b4f65d85 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": "529f4c5ef201ebfa2aff96ec4870308a", + "content-hash": "09eedbbc75a566781431393c0998bc57", "packages": [ { "name": "sboden/odtphp", @@ -611,16 +611,16 @@ }, { "name": "glpi-project/tools", - "version": "0.7.8", + "version": "0.8.1", "source": { "type": "git", "url": "https://github.com/glpi-project/tools.git", - "reference": "bd78ad2ab0d30510729530c077f84d52b8f02866" + "reference": "cf182b1a6bd1a73c5c6469dbbd0edabf7cb5857e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/glpi-project/tools/zipball/bd78ad2ab0d30510729530c077f84d52b8f02866", - "reference": "bd78ad2ab0d30510729530c077f84d52b8f02866", + "url": "https://api.github.com/repos/glpi-project/tools/zipball/cf182b1a6bd1a73c5c6469dbbd0edabf7cb5857e", + "reference": "cf182b1a6bd1a73c5c6469dbbd0edabf7cb5857e", "shasum": "" }, "require": { @@ -663,7 +663,7 @@ "issues": "https://github.com/glpi-project/tools/issues", "source": "https://github.com/glpi-project/tools" }, - "time": "2025-08-20T09:58:56+00:00" + "time": "2025-09-08T09:45:41+00:00" }, { "name": "php-parallel-lint/php-parallel-lint",