From 659a32cdd814c15a2055affc9d22dfe718543c89 Mon Sep 17 00:00:00 2001 From: Georg Nagel Date: Sat, 7 Mar 2020 16:10:40 +0100 Subject: [PATCH 1/2] support laravel 6.x and 7.x --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0474dcc..09f05cf 100644 --- a/composer.json +++ b/composer.json @@ -35,9 +35,9 @@ ], "require": { "php": ">=5.5.0", - "illuminate/container": "^4|^5.1", - "illuminate/routing": "^4|^5.1", - "illuminate/support": "^4|^5.1", + "illuminate/container": "^4|^5.1|^6.0|^7.0", + "illuminate/routing": "^4|^5.1|^6.0|^7.0", + "illuminate/support": "^4|^5.1|^6.0|^7.0", "payum/core": "^1" }, "suggest": { From 4e46f86d2313f8134ee8ba12bd0291b7d8e3a96b Mon Sep 17 00:00:00 2001 From: Georg Nagel Date: Tue, 15 Sep 2020 11:52:27 +0200 Subject: [PATCH 2/2] laravel 8 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 09f05cf..7540a92 100644 --- a/composer.json +++ b/composer.json @@ -35,9 +35,9 @@ ], "require": { "php": ">=5.5.0", - "illuminate/container": "^4|^5.1|^6.0|^7.0", - "illuminate/routing": "^4|^5.1|^6.0|^7.0", - "illuminate/support": "^4|^5.1|^6.0|^7.0", + "illuminate/container": "^4|^5.1|^6.0|^7.0|^8.0", + "illuminate/routing": "^4|^5.1|^6.0|^7.0|^8.0", + "illuminate/support": "^4|^5.1|^6.0|^7.0|^8.0", "payum/core": "^1" }, "suggest": {