From a52400ab0137404ea82a0ed7a97d05a776131c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20I=C5=9F=C4=B1k?= Date: Tue, 6 Aug 2024 15:33:56 +0300 Subject: [PATCH] Update composer.json Upgrade contracts and collections packages --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c4894dd..bc39828 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ ], "require": { "php": "^7.4|^8.0|^8.1|^8.2|^8.3", - "illuminate/collections": "^8.0|^9.0|^10.0", - "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/collections": "^8.0|^9.0|^10.0|^11.0", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": {