Skip to content

Commit 4e92446

Browse files
Merge pull request #84 from pay-now/release/v3.0.0
replace php-http/message-factory with psr/http-factory
2 parents 0b30073 + beec756 commit 4e92446

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.0
2+
- Replace outdated dependency
3+
14
## 2.4.4
25
- Add status method to shop configuration service
36
- Added "Click To Pay" (C2P) payment method

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pay-now/paynow-php-sdk",
33
"description": "PHP client library for accessing Paynow API",
4-
"version": "2.4.4",
4+
"version": "3.0.0",
55
"keywords": [
66
"paynow",
77
"mbank",
@@ -23,9 +23,9 @@
2323
"php": ">=7.2",
2424
"psr/http-message": "^1.0 || ^2.0",
2525
"php-http/client-implementation": "^1.0 || ^2.0",
26-
"php-http/message-factory": "^1.0 || ^2.0",
2726
"php-http/discovery": "^1.12",
28-
"php-http/httplug": "^2.2"
27+
"php-http/httplug": "^2.2",
28+
"psr/http-factory": "^1.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^8.5.36",
@@ -36,7 +36,7 @@
3636
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3737
"nyholm/psr7": "^1.2",
3838
"guzzlehttp/psr7": "^1.6",
39-
"php-http/guzzle6-adapter": "^2.0"
39+
"php-http/guzzle7-adapter": "^1.0"
4040
},
4141
"suggest": {
4242
"nyholm/psr7": "A super lightweight PSR-7 implementation",

0 commit comments

Comments
 (0)