From cda23feeecb9579a84fcae7a8eb087997207fc37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 20:13:38 +0000 Subject: [PATCH] chore(deps-dev): update blitz-php/framework requirement || ^0.12.0 Updates the requirements on [blitz-php/framework](https://github.com/blitz-php/framework) to permit the latest version. - [Release notes](https://github.com/blitz-php/framework/releases) - [Changelog](https://github.com/blitz-php/framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/blitz-php/framework/compare/0.11.3...0.12.0) --- updated-dependencies: - dependency-name: blitz-php/framework 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 f75c7b5..7736197 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "blitz-php/coding-standard": "^1.4", - "blitz-php/framework": "^0.11.3", + "blitz-php/framework": "^0.11.3 || ^0.12.0", "blitz-php/http-client": "^0.0.2", "kahlan/kahlan": "^6.0", "phpstan/phpstan": "^2.1"