From a74bd715098e940bfe1498ecda85e4bd2d4bf675 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 18:08:41 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d08ca9c..85bc10f 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^8.0.2", - "laravel/framework": "^9.0|^10.0" + "laravel/framework": "^9.0|^10.0|^11.0" }, "autoload": { "psr-4": { @@ -25,7 +25,7 @@ "require-dev": { "mockery/mockery": "^1.4.4", "phpunit/phpunit": "^10.0.0", - "orchestra/testbench": "^8.0", + "orchestra/testbench": "^8.0|^9.0", "friendsofphp/php-cs-fixer": "^3.5", "brainmaestro/composer-git-hooks": "dev-master", "laravel/pint": "^1.2" @@ -67,4 +67,4 @@ "check-style": "Run style checks (only dry run - no fixing!).", "fix-style": "Run style checks and fix violations." } -} \ No newline at end of file +}