Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
(MAGE2-323)[change] Enable PHP 7.4 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryouzanpaku committed Aug 31, 2020
1 parent a16fc0d commit c7d59a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "heidelpay/magento2",
"description": "This extension for Magento 2 provides a direct integration of the Heidelpay payment methods to your Magento 2 shop.",
"require": {
"php": "~7.0.0|~7.1.0 |~7.2.0|~7.3.0",
"php": "~7.0.0|~7.1.0 |~7.2.0|~7.3.0|~7.4.0",
"magento/module-config": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-store": "^100.0.0 | ^101.0.0 | ^102.0.0",
"magento/module-checkout": "^100.0.0 | ^101.0.0 | ^102.0.0",
Expand Down

0 comments on commit c7d59a5

Please sign in to comment.