composer require hps/heartland-php
This command is making too many errors. So we couldn't install the dependencies for the extension.
The error messages are:
Using version ^2.12 for hps/heartland-php
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
magento/module-catalog-sample-data 100.1.2 requires php ~5.6.0|7.0.2|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-catalog-sample-data 100.1.1 requires php ~5.6.0|7.0.2|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-catalog-sample-data 100.1.0 requires php ~5.6.0|7.0.2|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-catalog-sample-data 100.1.0-rc3 requires php ~5.6.0|7.0.2|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-catalog-sample-data 100.1.0-rc2 requires php ~5.5.0|~5.6.0|~7.0.0 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-catalog-sample-data 100.1.0-rc1 requires php ~5.5.0|~5.6.0|~7.0.0 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.5 requires php ~5.6.5|7.0.2|7.0.4|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.4 requires php ~5.6.5|7.0.2|7.0.4|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.3 requires php ~5.6.5|7.0.2|7.0.4|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.2 requires php ~5.6.5|7.0.2|7.0.4|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.1 requires php ~5.6.5|7.0.2|7.0.4|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.0 requires php ~5.6.0|7.0.2|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.0-rc3 requires php ~5.6.0|7.0.2|~7.0.6 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.0-rc2 requires php ~5.5.22|~5.6.0|~7.0.0 -> your PHP version (7.1.29) does not satisfy that requirement.
magento/module-sample-data 100.1.0-rc1 requires php ~5.5.22|~5.6.0|~7.0.0 -> your PHP version (7.1.29) does not satisfy that requirement.
Can only install one of: magento/module-sample-data[100.1.6, 100.3.0].
Can only install one of: magento/module-sample-data[100.3.0, 100.1.6].
Can only install one of: magento/module-sample-data[100.3.0, 100.1.6].
Hi
I am trying to install this extension on our magento site.
Our magento version is 2.3.0 and PHP is 7.2.18
We tried the automatical install command but failed with many of errors. wget https://raw.githubusercontent.com/hps/heartland-magento2-module/master/HPS_Installer.php && php -f HPS_Installer.php | tee -a HPS_Heartland.log && sh HPS_Install.sh | tee -a HPS_Heartland.log
Then we tried manual install.
Using version ^2.12 for hps/heartland-php ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1
Installation failed, reverting ./composer.json to its original content.