Skip to content

Commit

Permalink
DHLGW-1172: update dependencies for M2.4.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mam08ixo committed Apr 25, 2022
1 parent 68a5231 commit d3c8d54
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,19 @@ Please see the file `composer.json` for the full list of included packages.

## Requirements and Compatibility

Generally, Post & DHL Shipping is compatible with PHP 7.1.3 and later, and Magento 2.3.5 and later.
Generally, Post & DHL Shipping is compatible with PHP 7.2.0 and later, and Magento 2.3.5 and later.

Please see the packages required in `composer.json` for detailed system requirements.
Please note that with PHP 8.1, any functionality related to PDF handling,
including booking and printing, will not work due to an
[issue in the Magento Zend Framwork](https://github.com/magento/zf1/issues/44),
unless deprecated error reporting is turned off:


```
error_reporting(E_ALL & ~E_DEPRECATED);
```

For detailed system requirements, please see the packages required in `composer.json`.

## Installation Instructions

Expand Down
19 changes: 12 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
"version": "2.5.0",
"license": "OSL-3.0",
"require": {
"deutschepost/module-autocomplete-m2": "~1.2.1",
"deutschepost/module-addressfactory-m2": "~1.2.0",
"deutschepost/module-internetmarke": "~2.2.0",
"dhl/module-carrier-paket": "~2.5.0",
"dhl/module-carrier-paket-returns": "~2.1.0",
"netresearch/module-interactive-batch-processing": "~1.0.0",
"netresearch/module-shipping-ui": "~2.2.0"
"deutschepost/module-autocomplete-m2": "~1.3.0",
"deutschepost/module-addressfactory-m2": "~1.3.0",
"deutschepost/module-internetmarke": "~2.3.0",
"dhl/module-carrier-paket": "~2.6.0",
"dhl/module-carrier-paket-returns": "~2.2.0",
"netresearch/module-interactive-batch-processing": "~1.1.0",
"netresearch/module-shipping-ui": "~2.3.0"
},
"extra": {
"branch-alias": {
"dev-develop": "2.6.0.x-dev"
}
}
}

0 comments on commit d3c8d54

Please sign in to comment.