From 26ecc4d2649746d4db54818250dfcce548b054fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:21:01 +0000 Subject: [PATCH] Update laravel/framework requirement from ^10.2 to ^10.2 || ^11.0 Updates the requirements on [laravel/framework](https://github.com/laravel/framework) to permit the latest version. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md) - [Commits](https://github.com/laravel/framework/compare/v10.2.0...v11.21.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d8ad84..948a639 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.1", "doctrine/dbal": "^3.7 || ^4.0", - "laravel/framework": "^10.2" + "laravel/framework": "^10.2 || ^11.0" }, "require-dev": { "interaction-design-foundation/coding-standard": "^0.3",