From 7199f88421db8389b16dfc63f4b8c6ed7bcb7b29 Mon Sep 17 00:00:00 2001 From: Ariful Islam Date: Tue, 20 Dec 2022 13:13:46 +0600 Subject: [PATCH] added php 8.2 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f44d10..1e29d3d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "email": "admin@phpdark.com" }, "require": { - "php": "^5.5 || ^7.0", + "php": "^7.2|^8.0|^8.1|^8.2", "ext-curl": "*" }, "description": "This is Bangladeshi nagad payment gateway api development library. This can by used in your website, android or apple application ",