Magento 2 content under version control.
- Add the repository to the repositories section of your composer.json file
"repositories": [
{
"type": "vcs",
"url": "[email protected]:GordonLesti/ContentVersion.git"
}
],
- Require the module & install
composer require lesti/module-content-version:dev-master
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.