Cannot update or install the extension via composer
Problem
The error message appears when trying to install OR update the extension:
Problem 1 - Installation request for tnw/quickbooks 2.1.16 -> satisfiable by tnw/quickbooks[2.1.16]. - tnw/quickbooks 2.1.16 requires tnw/quickbooksbasic 2.1.16 -> no matching package found.
This issue could occur if Magento Marketplace does not properly grant access to all dependencies.
Solution
You would need to use our distribution repository to download the extension. Follow the steps below:
STEP 1
Register PowerSync distribution repository
composer config repositories.powersync composer https://dist.powersync.biz
STEP 2
Set the minimum-stability
composer config minimum-stability dev
STEP 3
Re-run your installation command that was previously failing.
You will be asked for the login and password for dist.powersync.biz.
IMPORTANT
- If you are using a paid version of the extension, use the credentials we provided to you.
- If you are trying to download our Starter Pack from Magento Marketplace, please use the credentials below.
user: freeTier
pass: XrbsTRtFTYAKe2wU.QPFwf?s
Related articles