From bf33bcb7208ee31b4a7660aa0f59142c419f7c34 Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Sun, 19 Sep 2021 13:37:59 -0500 Subject: [PATCH] Update composer.json --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9943376..b89068a 100644 --- a/composer.json +++ b/composer.json @@ -5,12 +5,11 @@ "license": "MIT", "authors": [], "require": { - "php": "~7|^8.0", - "illuminate/support": "~8.0", - "8fold/php-shoop": "~0.10" + "php": "^7|^8.0", + "8fold/php-shoop": "^0.10.19" }, "require-dev": { - "phpunit/phpunit": "~9.1" + "phpunit/phpunit": "^9.5.9" }, "autoload": { "psr-4": {