nosto / nosto-magento-nodeps
This package is abandoned and no longer maintained.
No replacement package was suggested.
Nosto Magento extension - no dependencies
Package info
github.com/Nosto/nosto-magento-nodeps
Type:magento-module
pkg:composer/nosto/nosto-magento-nodeps
3.11.3.1
2019-10-16 05:17 UTC
Requires (Dev)
- mridang/pearify: 0.2
- nosto/php-sdk: 3.15.0
This package is auto-updated.
Last update: 2021-08-07 22:22:18 UTC
README
Please see https://github.com/Nosto/nosto-magento for release notes. If you plan to contribute please do so in https://github.com/Nosto/nosto-magento.
How to use this repo
- Always use versions with the extra trailing version number, e.g. 2.7.0.1. The versions following the standard semantic versions will NOT have the dependencies bundled.
- This repo is only meant to be used together with magento-composer-installer
- No pull requests to this repo please. Use https://github.com/Nosto/nosto-magento
How to update this repo
- Pull latest changes from upstream/master to local master
- Make sure the
composer.jsondoes not get overridden! Bump SDK version if needed. Also note that the sdk must be inside require-dev block for this fork. - Resolve possible conflicts
- Update trailing version number to
magazine.jsonandapp/code/community/Nosto/Tagging/etc/config.xml - Run
composer update(if SDK version changed) - Update the lib directory by running magazine (or copy from the local installation)
- Push changes to origin/master
- Tag with appropriate version number. For example if the last release in upstream is 2.7.3 tag origin as 2.7.3.1