From 90eec8428e61c39bb46a8178b1bf55b3938ac2ac Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 15 Feb 2021 18:43:13 +0300 Subject: [PATCH] Removed unnecessary attachment to patch versions --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 917015ef..1b39fa63 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ }, "require": { "php": "^7.3|^8.0", - "illuminate/console": "^6.20.14|^7.30.4|^8.24", - "illuminate/database": "^6.20.14|^7.30.4|^8.24", - "illuminate/support": "^6.20.14|^7.30.4|^8.24", - "symfony/console": "^4.3.4|^5.0" + "illuminate/console": "^6.20|^7.30|^8.24", + "illuminate/database": "^6.20|^7.30|^8.24", + "illuminate/support": "^6.20|^7.30|^8.24", + "symfony/console": "^4.3|^5.0" }, "require-dev": { "mockery/mockery": "^1.3.1",