Zend certified PHP/Magento developer

M2: Issue during install module via composer

When I try install module via composer then I get issue from other extension which is already installed.

[user@s1 public_html]$ composer71 require new/modulemarketing


  [RuntimeException]
  Could not load package module/extensionname in https://repo.magento.com: [
  UnexpectedValueException] Could not parse version constraint 5.5.33 as ^5.2
  : Invalid version string "^5.2"



  [UnexpectedValueException]
  Could not parse version constraint 5.5.33 as ^5.2: Invalid version string "
  ^5.2"


require [--dev] [--prefer-source] [--prefer-dist] [--fixed] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--update-with-all-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] []...

Anyone have solution?