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

Commit

Permalink
Merge pull request #108 from heidelpay/MAGE2-323/magento_2.4_compatib…
Browse files Browse the repository at this point in the history
…ility

Mage2 323/magento 2.4 compatibility
  • Loading branch information
Ryouzanpaku authored Aug 11, 2020
2 parents 4bc889b + f07f427 commit 0e7916d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.1][1.0.1]
### Added
* php 7.4 support.

### Fix
* Fix repository language (PHP).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Currently supported payment methods are:
* Sofort

## SYSTEM REQUIREMENTS
This extension requires PHP 7.1, PHP 7.2 or PHP 7.3.
This extension requires PHP 7.1, PHP 7.2, PHP 7.3 or PHP 7.4.
It also depends on the heidelpay/heidelpay-php SDK, which will be installed along with the plugin.

Please refer to the additional requirements listed under https://docs.heidelpay.com/docs/system-requirements (et seq.).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "magento2-module",
"license": "Apache-2.0",
"require": {
"php": "~7.1.3|~7.2.0|~7.3.0",
"php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0",
"heidelpay/heidelpay-php": ">=1.2.7.0 <1.3.0.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 0e7916d

Please sign in to comment.