### Install LoyaltyLion Module with Composer and Magento CLI Source: https://developers.loyaltylion.com/docs/installation/adobe-commerce-2 This snippet shows how to install the LoyaltyLion core module using Composer and then upgrade the Adobe Commerce setup. Ensure you are in your Adobe Commerce project directory before executing these commands. ```sh composer require loyaltylion/core magento setup:upgrade ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.