From 800f533011f0b0198781586bb90f95471d6c9515 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 3 Aug 2022 12:28:21 +0500 Subject: [PATCH] Update composer.json --- composer.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 8aca9ded..49bbef0f 100644 --- a/composer.json +++ b/composer.json @@ -15,18 +15,17 @@ } ], "require": { - "php": "^8.1", "ext-json": "*", - "illuminate/support": "^9.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", "facade/ignition-contracts": "^1.0", - "ramsey/uuid": "^4.0", - "stancl/jobpipeline": "^1.6", - "stancl/virtualcolumn": "^1.2" + "ramsey/uuid": "^3.7|^4.0", + "stancl/jobpipeline": "^1.0", + "stancl/virtualcolumn": "^1.0" }, "require-dev": { - "laravel/framework": "^9.0", - "orchestra/testbench": "^7.0", - "league/flysystem-aws-s3-v3": "^3.0", + "laravel/framework": "^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", + "league/flysystem-aws-s3-v3": "^1.0|^3.0", "doctrine/dbal": "^2.10", "spatie/valuestore": "^1.2.5", "pestphp/pest": "^1.21"