From a708bfcc6c0ba687384a57a5eb2c7ea9600e4b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 02:03:53 +0000 Subject: [PATCH] build(deps-dev): Bump bamarni/composer-bin-plugin from 1.8.3 to 1.9.0 Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/bamarni/composer-bin-plugin/releases) - [Commits](https://github.com/bamarni/composer-bin-plugin/compare/1.8.3...1.9.0) --- updated-dependencies: - dependency-name: bamarni/composer-bin-plugin dependency-version: 1.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index addf621..56f6244 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "user_usage_report", "license": "AGPL-3.0-or-later", "require-dev": { - "bamarni/composer-bin-plugin": "^1.8", + "bamarni/composer-bin-plugin": "^1.9", "nextcloud/ocp": "dev-master" }, "config": { diff --git a/composer.lock b/composer.lock index 4a01669..541559f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,21 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0e24b292bf3bdcebab9700655f8a39d5", + "content-hash": "f314d91691ea680db7b548655b3905e0", "packages": [], "packages-dev": [ { "name": "bamarni/composer-bin-plugin", - "version": "1.8.3", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/bamarni/composer-bin-plugin.git", - "reference": "e7ef9e012667327516c24e5fad9903a3bc91389d" + "reference": "f6af6be0534fad47b38b34311e7d6148a67b5587" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/e7ef9e012667327516c24e5fad9903a3bc91389d", - "reference": "e7ef9e012667327516c24e5fad9903a3bc91389d", + "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/f6af6be0534fad47b38b34311e7d6148a67b5587", + "reference": "f6af6be0534fad47b38b34311e7d6148a67b5587", "shasum": "" }, "require": { @@ -26,11 +26,11 @@ "php": "^7.2.5 || ^8.0" }, "require-dev": { - "composer/composer": "^2.0", + "composer/composer": "^2.6", "ext-json": "*", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan": "^1.8 || ^2.0", + "phpstan/phpstan-phpunit": "^1.1 || ^2.0", "phpunit/phpunit": "^8.5 || ^9.6 || ^10.0", "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", @@ -60,9 +60,9 @@ ], "support": { "issues": "https://github.com/bamarni/composer-bin-plugin/issues", - "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.3" + "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.9.0" }, - "time": "2025-11-24T19:20:55+00:00" + "time": "2026-01-29T23:07:38+00:00" }, { "name": "nextcloud/ocp", @@ -327,5 +327,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.9.0" + "plugin-api-version": "2.6.0" }