From 3361f61d3fa550fafd42bc99c412c56e617f0a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:14:45 +0000 Subject: [PATCH] Update sandermuller/package-boost requirement || ^1.0.0 Updates the requirements on [sandermuller/package-boost](https://github.com/sandermuller/package-boost-php) to permit the latest version. - [Release notes](https://github.com/sandermuller/package-boost-php/releases) - [Changelog](https://github.com/SanderMuller/package-boost-php/blob/main/CHANGELOG.md) - [Commits](https://github.com/sandermuller/package-boost-php/compare/0.15.0...1.0.0) --- updated-dependencies: - dependency-name: sandermuller/package-boost dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d6ccd2..542a48e 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "phpunit/phpunit": "^11.0||^12.0", "rector/rector": "^2.1.7", "rector/type-perfect": "^2.1", - "sandermuller/package-boost": "^0.15.0", + "sandermuller/package-boost": "^0.15.0 || ^1.0.0", "spaze/phpstan-disallowed-calls": "^4.6", "stolt/lean-package-validator": "^5.7.1 || ^6.0.0", "symplify/phpstan-extensions": "^12.0.1",