Skip to content

Commit

Permalink
Add support for PHP 7.3 and Magento 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Oct 10, 2019
1 parent 8eb203f commit 5944673
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Setting up our shipping method is as simple as entering four options for your di
![Magento2 Custom Shippiing price Configuration](https://user-images.githubusercontent.com/1415141/38053884-457a6ba6-32a3-11e8-86bd-97245b7a0356.png)


## Documentation
### Documentation

- [How to Install Custom Flat Fee Shipping Rates for Magento2](https://www.magepal.com/help/docs/configure-custom-shipping-methods-magento-2/#installation)

- [How to Setup Custom Shipping Rates for Magento2](https://www.magepal.com/help/docs/configure-custom-shipping-methods-magento-2/#configuration)


## Installation
### Installation

##### Using Composer (recommended)

Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
"shipping extension",
"shipping method",
"custom shipping",
"magento 2 free shipping extension"
"magento 2 free shipping extension",
"magento shipping",
"free shipping"
],
"type": "magento2-module",
"version": "1.6.4",
"version": "1.6.5",
"license": [
"proprietary"
],
Expand All @@ -34,7 +36,7 @@
}
],
"require": {
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0",
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0",
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*",
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
},
Expand Down

0 comments on commit 5944673

Please sign in to comment.