Skip to content

Commit

Permalink
Magento 2.4.4 support
Browse files Browse the repository at this point in the history
+ client lib update to ^22.3.0 because of deprecated method signature
  • Loading branch information
marynychsv committed May 4, 2022
1 parent 025093f commit 371501d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "avalara/avatax-magento",
"type": "magento2-module",
"version": "2.2.10-alpha1",
"version": "2.2.10-alpha2",
"license": "OSL-3.0",
"description": "Magento module for Avalara's AvaTax suite of business tax calculation and processing services. Uses the AvaTax REST v2 API.",
"require": {
"magento/framework": "^100.1.0|101.0.*|>=102.0.0",
"avalara/avataxclient": "^21.6.0",
"avalara/avataxclient": "^22.3.0",
"laminas/laminas-serializer": "*"
},
"autoload": {
Expand Down

0 comments on commit 371501d

Please sign in to comment.