From 4245c0c5c9f8fae7727152cc80b8d837ff70f8af Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Wed, 25 Mar 2020 20:45:01 +1030 Subject: [PATCH] require ^7.3 illuminate components --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ac6284c..9e212c2 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ ], "require": { "php": "^7.2.5", - "illuminate/database": "^7.0", - "illuminate/events": "^7.0", - "illuminate/support": "^7.0", + "illuminate/database": "^7.3", + "illuminate/events": "^7.3", + "illuminate/support": "^7.3", "ramsey/uuid": "^4.0" }, "autoload": {