From 67880f2cbc09e0b10788675022149fb34cf13f41 Mon Sep 17 00:00:00 2001 From: Matt Lantz Date: Tue, 1 Oct 2019 20:44:41 -0400 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 19d3574..bd50b89 100755 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "6.0.*", - "illuminate/filesystem": "6.0.*", + "illuminate/support": "^6.0", + "illuminate/filesystem": "^6.0", "phpseclib/phpseclib": "^2.0" }, "require-dev": { - "illuminate/console": "6.0.*", + "illuminate/console": "^6.0", "mockery/mockery": "~1.0", "phpunit/phpunit": "~5.5" },