From 6e15512883b9d02f9a252adb06864e8a6fc9b6b9 Mon Sep 17 00:00:00 2001 From: abdullahagsar Date: Wed, 11 Jun 2025 11:28:21 +0300 Subject: [PATCH] =?UTF-8?q?Illuminate=20paketlerinin=20s=C3=BCr=C3=BCm=20a?= =?UTF-8?q?ral=C4=B1klar=C4=B1=20g=C3=BCncellendi=20ve=20illuminate/suppor?= =?UTF-8?q?t=20ba=C4=9F=C4=B1ml=C4=B1l=C4=B1=C4=9F=C4=B1=20eklendi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 83eb720..a867e28 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ "require": { "php": "^8.2", "ext-json": "*", - "illuminate/contracts": "^10.0||^11.0||^12.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", "spatie/laravel-package-tools": "^1.16", "webpatser/laravel-countries": "^1.5", "webpatser/laravel-uuid": "^4.0" @@ -52,7 +53,6 @@ "test": "vendor/bin/pest", "test-coverage": "vendor/bin/pest --coverage", "format": "vendor/bin/pint" - }, "config": { "sort-packages": true,