From 76b257f4996cfb8e8e2bf651794fad90f2a335f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 05:01:44 +0000 Subject: [PATCH] chore(deps-dev): update blitz-php/framework requirement || ^0.11 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.10.0...0.11.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 ad67fd2..5665296 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "blitz-php/coding-standard": "^1.3", - "blitz-php/framework": "^0.10", + "blitz-php/framework": "^0.10 || ^0.11", "firebase/php-jwt": "^6.4", "phpstan/phpstan": "^1.4.7", "scrutinizer/ocular": "^1.8.1",