From 0d9aa0d22c83bcf17f6f76518a5a42b45c7d6579 Mon Sep 17 00:00:00 2001 From: Joel Rose Date: Thu, 3 Mar 2022 16:55:29 +0100 Subject: [PATCH] Add PHP 8 Support (#32) * Add PHP 8 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e846600..0bd5385 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "SumUp eCom SDK for PHP", "type": "library", "license": "proprietary", - "version": "1.0.2", + "version": "1.1.0", "keywords": ["sumup", "sdk", "payment processing", "ecommerce", "payment", "checkout"], "homepage": "https://developer.sumup.com", "authors": [ @@ -14,7 +14,7 @@ } ], "require": { - "php": "^5.6|^7.0" + "php": "^5.6|^7.0|^8.0" }, "suggest": { "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client"