From 497b9a3cb07658fc80994917be8a7226b21fc268 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 14:03:48 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 11269e1..dc33f40 100644 --- a/composer.json +++ b/composer.json @@ -31,15 +31,15 @@ ], "require": { "php": "^8.1", - "illuminate/auth": "^10.0", - "illuminate/container": "^10.0", - "illuminate/contracts": "^10.0", + "illuminate/auth": "^10.0|^11.0", + "illuminate/container": "^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0", "mongodb/laravel-mongodb": "^3.9" }, "require-dev": { "monolog/monolog": "^3.2", - "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^9.5.10", + "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^9.5.10|^10.5", "squizlabs/php_codesniffer": "^3.7" }, "autoload": {