From 6c771799090bfe04dcee94a1dc9f82870aed4dbe Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Mon, 20 Jan 2025 14:49:28 +0000 Subject: [PATCH] Bump versions for Laravel 11 compatibility --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f97cb51..25c54c5 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": "^7.0|^8.0", - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "tmilos/scim-schema": "^0.1.0", "tmilos/scim-filter-parser": "^1.3" },