Skip to content

Commit

Permalink
Add support for PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Oct 15, 2019
1 parent ccef43d commit be9bce1
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
Expand Up @@ -13,15 +13,15 @@
"success page js"
],
"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.*"
},
"suggest": {
"magepal/magento2-preview-checkout-success-page":"Preview checkout success page from admin"
},
"type": "magento2-module",
"version": "1.1.8",
"version": "1.1.9",
"license": [
"proprietary"
],
Expand Down

0 comments on commit be9bce1

Please sign in to comment.