From a5656d55c5c14841c9942ac75adaa74e5e93ca09 Mon Sep 17 00:00:00 2001 From: JohnRoux Date: Tue, 21 Apr 2020 15:49:33 +0200 Subject: [PATCH] Added support for laravel 7.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7c87243..b2e65cf 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "keywords": ["package", "laravel", "payfast"], "license": "MIT", "require": { - "illuminate/support": "^5.4|^6.0", - "illuminate/http": "^5.4|^6.0", + "illuminate/support": "^5.4|^6.0|^7.0", + "illuminate/http": "^5.4|^6.0|^7.0", "billowapp/show-me-the-money": "^0.1.2|^0.2" }, "autoload": {