loyaltylion / core
LoyaltyLion - Loyalty Program
Installs: 57 065
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 0
Open Issues: 1
Type:magento2-module
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.1
- friendsofphp/php-cs-fixer: ^2.16
- magento/framework: >=100.1.0
- magento/magento-coding-standard: ^5.0
- phpcompatibility/php-compatibility: ^9.3
- phpmd/phpmd: ^2.8
- phpunit/phpunit: ^8.5
- sirbrillig/phpcs-variable-analysis: ^2.8
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-16 11:39:18 UTC
README
Local set-up
-
Ensure you have PHP 7, Composer, and Yarn installed
-
composer install && yarn install
Linting
./vendor/bin/phpcs -ns .
Running tests
./vendor/bin/phpunit Test/
Versioning
There are two main versions to be aware of:
-
Our Composer package version (specified in composer.json)
-
Our setup_version (specified in etc/module.xml)
Updates should only change the Composer version unless strictly necessary, as incrementing the setup_version will normally require a merchant to schedule downtime.
Releasing on the Marketplace
-
Ensure that you've bumped the composer package version
-
Build a zip with
make zip
-
Submit a new patch at https://developer.magento.com/extensions/, with the version matching the Composer package version on Master