Skip to content

Commit

Permalink
modified config to support php 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahzadAli authored and ShahzadAli committed Dec 14, 2023
1 parent 0b9cfdb commit 91a592e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 91a592e

Please sign in to comment.