From c35580164bbb34da613d3789ad4e2071cc27a4c0 Mon Sep 17 00:00:00 2001 From: leventcorapsiz Date: Thu, 16 May 2024 13:45:14 +0300 Subject: [PATCH] manage dependencies --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ab9762f..5e9a679 100644 --- a/composer.json +++ b/composer.json @@ -22,12 +22,11 @@ "require": { "php": "^8.2.0", "ext-pcntl": "*", - "illuminate/contracts": "^9.0|^10.0||^11.0", + "laravel/framework": "^10.0|^11.0", "react/event-loop": "^1.5" }, "require-dev": { "laravel/pint": "^1.15", - "orchestra/testbench": "^9.0", "pestphp/pest": "^2.34", "phpstan/phpstan": "^1.10" },