This commit is contained in:
2025-03-21 20:24:43 +01:00
parent 224398df90
commit f34c9162d4
12427 changed files with 5329941 additions and 373384 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "pay-now/paynow-php-sdk",
"description": "PHP client library for accessing Paynow API",
"version": "2.2.1",
"version": "2.2.2",
"keywords": [
"paynow",
"mbank",
@@ -21,9 +21,9 @@
"prefer-stable": true,
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
"php-http/client-implementation": "^1.0",
"php-http/message-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"php-http/client-implementation": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0 || ^2.0",
"php-http/discovery": "^1.12",
"php-http/httplug": "^2.2"
},