From ff5aaaf7da1f33b30c620be6902881567c992887 Mon Sep 17 00:00:00 2001 From: Noor Hasan Date: Sun, 21 Apr 2024 17:28:11 +0300 Subject: [PATCH] fix versioning --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 69adfb4..4f8b65d 100755 --- a/composer.json +++ b/composer.json @@ -19,16 +19,16 @@ ], "require": { "php": ">=7.2.5", - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/http": ">=6", + "illuminate/routing": ">=6", + "illuminate/session": ">=6", + "illuminate/support": ">=6", + "illuminate/view": ">=6" }, "require-dev": { - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", - "mockery/mockery": "~1.0", - "phpunit/phpunit": "~8.5|^9.5.10" + "illuminate/database": "<=11", + "mockery/mockery": ">=1.0", + "phpunit/phpunit": ">=8." }, "autoload": { "psr-4": {