Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
composer config repositories.powersync composer

Register PowerSync repository

Excerpt

Add a new repository to Magento

Panel
bgColorblack
titleBGColorwhite
title*nix command
Info

NOTE: These steps are only necessary when installing our software for the first time

Code Block
composer config repositories.powersync composer https://dist.powersync.biz

IMPORTANT: Update <magento root>/composer.json file and change "minimum-stability" to "dev".

Panel
bgColorblack
titleBGColorwhite
title*nix command
composer config minimum-stability devĀ 


composer config repositories.powersync '{"type": "composer", "url": "https://dist.powersync.biz", "canonical": false}'