From 08970451bd2d90db9fbbbc8b2d40e0e4b129841c Mon Sep 17 00:00:00 2001 From: Eva Mwangi Date: Thu, 12 May 2022 17:32:19 +0300 Subject: [PATCH] fix dependency issues --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8c3341d..a39cbd5 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,11 @@ "license" : "MIT", "require": { "php": ">=7.2.0", - "ext-cassandra": "^1.3", - "illuminate/support": "^5.8 | ^6.0 | ^7.0 | ^8.0", - "illuminate/container": "^5.8 | ^6.0 | ^7.0 | ^8.0", - "illuminate/database": "^5.8 | ^6.0 | ^7.0 | ^8.0", - "illuminate/events": "^5.8 | ^6.0 | ^7.0 | ^8.0" + "ext-cassandra": "*", + "illuminate/support": "9.*", + "illuminate/container": "9.*", + "illuminate/database": "9.*", + "illuminate/events": "9.*" }, "require-dev": { "phpunit/phpunit": "^8.0 | ^9.0",