How do I update the Magento 2 extension?
Last Updated: January 29, 20191. SSH into your Magento server and navigate to the hostname directory cd cloudpanel/htdocs/<hostName>
2. Make sure composer.json file is in your current path
3. $ composer update
4. $ composer require "unific/extension:dev-master"
5. $ bin/magento setup:upgrade
6. $ bin/magento cache:clean