Version conflict for TNW_Marketing

Problem

During composer installation, you see the following error message(s):

Example:
 Problem 1
    - Installation request for tnw/module-stripe dev-master -> satisfiable by tnw/module-stripe[dev-master].
    - tnw/module-stripe dev-master requires tnw/marketing ~2 -> satisfiable by tnw/marketing[2.0.3] but these conflict with your requirements or minimum-stability.


Solution

This issue could happen when you first try to install our extension when your Magento is set to "dev" stability mode. This only happens for some versions of the extension, but not all. If you ever run into this scenario try to install BOTH of these extensions separately.

Example:

*nix command
composer require tnw/marketing=2.0.3
composer require tnw/module-stripe=2.1.13