diff --git a/README.md b/README.md index 04737fc..142abfa 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,7 @@ [![PHP v7.4](https://img.shields.io/badge/php-v7.4-green.svg)](http://www.php.net) [![PHP v8.0](https://img.shields.io/badge/php-v8.0-green.svg)](http://www.php.net) [![PHP v8.1](https://img.shields.io/badge/php-v8.1-green.svg)](http://www.php.net) +[![PHP v8.2](https://img.shields.io/badge/php-v8.2-green.svg)](http://www.php.net) +[![PHP v8.3](https://img.shields.io/badge/php-v8.3-green.svg)](http://www.php.net) Client library used by QENTA Checkout Page and Seamless plugins for payment processing. diff --git a/composer.json b/composer.json index 0456c1c..4193b27 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "docs": "https://guides.qenta.com" }, "require": { - "php": "~7.2.5|~7.3.0|~7.4.0|~8.0.0|~8.1.0", + "php": "~7.2.5|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0", "guzzlehttp/guzzle": "~6.5.5|~7.2", "mobiledetect/mobiledetectlib": "^2.8" },