From 3a27ebb4a4f1f9e91ab6ef7cce6e17b35e1a7d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:59:40 +0000 Subject: [PATCH] chore(deps-dev): update blitz-php/framework requirement 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.0...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 56a7bc6..122e35a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "blitz-php/coding-standard": "^1.4", "blitz-php/database": "^0.8.1", - "blitz-php/framework": "^0.11", + "blitz-php/framework": "^0.12", "kahlan/kahlan": "^6.0", "phpstan/phpstan": "^1.11" },