Skip to content

Commit

Permalink
Make compatible Magento 2.4 on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ytorbyk committed Oct 22, 2020
1 parent 801bd53 commit 78a46cf
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 @@ -2,11 +2,11 @@
"name": "authorizenet/magento-module-visacheckout",
"description": "Authorize.Net Visa Checkout module for Magento",
"require": {
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0",
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"authorizenet/magento-module-core": "~1.0.0"
},
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.1.1",
"license": [
"proprietary"
],
Expand Down

0 comments on commit 78a46cf

Please sign in to comment.