From 8fd6110d1a082b8c70ad09aa4a704b2e9837468d Mon Sep 17 00:00:00 2001 From: Butcherman Date: Sun, 21 Apr 2024 16:49:07 -0700 Subject: [PATCH 1/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ebf34e1..30cf35f 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "dev" ], "require": { - "php": "^7.2|^8.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" + "php": ">=7.2", + "illuminate/support": ">=7.0" }, "require-dev": { "fzaninotto/faker": "^1.4", From 24d8e9d6d9a587d05eb182fac524ebf5aa80dddb Mon Sep 17 00:00:00 2001 From: butcherman Date: Mon, 22 Apr 2024 00:24:55 +0000 Subject: [PATCH 2/2] Update Laravel Versions --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 30cf35f..b5caf93 100644 --- a/composer.json +++ b/composer.json @@ -14,10 +14,8 @@ "illuminate/support": ">=7.0" }, "require-dev": { - "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0|^9.0", - "orchestra/testbench": "^4.3|^5.0|^6.0|^7.0" + "phpunit/phpunit": ">=8.0" }, "license": "MIT", "authors": [