From fb76efd8628ab4d6cd67bc138c1a8d2c0eb48c53 Mon Sep 17 00:00:00 2001 From: AhmedNabil-hub <57273922+AhmedNabil-hub@users.noreply.github.com> Date: Wed, 27 Apr 2022 22:36:00 +0200 Subject: [PATCH] Laravel 8 and 9 Support --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 3db6493..6b71e84 100644 --- a/composer.json +++ b/composer.json @@ -4,11 +4,11 @@ "keywords": ["Laravel", "Tests", "Factory"], "license": "MIT", "require": { - "php": "^7.2.5", - "illuminate/support": "^6.0|^7.0", - "illuminate/console": "^6.0|^7.0", - "illuminate/filesystem": "^6.0|^7.0", - "doctrine/dbal": "^2.9" + "php": ">=7.2.5", + "illuminate/support": ">=6.0", + "illuminate/console": ">=6.0", + "illuminate/filesystem": ">=6.0", + "doctrine/dbal": ">=2.9" }, "autoload": { "psr-4": {