Skip to content

Commit

Permalink
Merge pull request #3 from fingent-corp/prestashop_1.4.0
Browse files Browse the repository at this point in the history
Improved compatibility with PHP 8.1 and Prestashop 8.0.x
  • Loading branch information
jineshpv authored Jan 9, 2024
2 parents ef05cb5 + b9ea334 commit f994b8d
Show file tree
Hide file tree
Showing 2 changed files with 615 additions and 207 deletions.
15 changes: 10 additions & 5 deletions composer.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
"description": "Mastercard Payment Gateway Services module for Prestashop",
"type": "prestashop-module",
"require": {
"php-http/curl-client": "^1.7",
"php-http/client-common": "^1.8",
"guzzlehttp/psr7": "^1.5",
"php-http/logger-plugin": "^1.0"
"php-http/curl-client": "^2.3",
"php-http/client-common": "^2.6",
"guzzlehttp/psr7": "^2.6",
"php-http/logger-plugin": "^1.3"
},
"license": "Apache-2.0",
"minimum-stability": "alpha"
"minimum-stability": "alpha",
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
Loading

0 comments on commit f994b8d

Please sign in to comment.