Skip to content

Commit

Permalink
Add compatibility with PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Havrylchuk committed May 15, 2024
1 parent ecb6b8e commit c12d4ab
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|~7.4.0|~8.0.0|~8.1.0",
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0",
"authorizenet/magento-module-core": "~1.0.0"
},
"type": "magento2-module",
"version": "1.0.1.2",
"version": "1.0.1.3",
"license": [
"proprietary"
],
Expand Down

0 comments on commit c12d4ab

Please sign in to comment.