File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
- Add Apple Pay button to product view page
25
25
- Add Apple Pay button to cart page
26
26
- Add Chrome and Firefox Apple button support
27
- - Limit the module to PHP >=8.1 and <8.4
27
+ - Limit the module to PHP >=8.1 and <8.5
28
+ - Update payplug/payplug-php dependency version for PHP 8.4 compatibility
28
29
29
30
** [ View diff] ( https://github.com/payplug/payplug-magento2/compare/v4.3.0...v4.4.0 ) **
30
31
@@ -42,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
43
- Upgrade Apple Pay JS SDK version [ #272 ] ( https://github.com/payplug/payplug-magento2/pull/272 )
43
44
- Enable CB by default and expose brand selector in Apple Pay [ #272 ] ( https://github.com/payplug/payplug-magento2/pull/272 )
44
45
- Prevent invoice auto-generation on Apple Pay [ #275 ] ( https://github.com/payplug/payplug-magento2/pull/275 )
46
+ - Change payplug/payplug-php dependency version
45
47
46
48
### Fixed
47
49
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ~8.1.0||~8.2.0||~8.3.0" ,
16
+ "php" : " ~8.1.0||~8.2.0||~8.3.0||~8.4.0 " ,
17
17
"magento/framework" : " 102.0.*|103.0.*" ,
18
18
"magento/module-payment" : " 100.3.*|100.4.*" ,
19
19
"magento/module-checkout" : " 100.3.*|100.4.*" ,
20
20
"magento/module-sales" : " 102.0.*|103.0.*" ,
21
- "payplug/payplug-php" : " ^3.7 .0" ,
21
+ "payplug/payplug-php" : " ^4.0 .0" ,
22
22
"giggsey/libphonenumber-for-php" : " ^8.10" ,
23
23
"ext-openssl" : " *"
24
24
},
You can’t perform that action at this time.
0 commit comments