[TODO] write component description [TODO] replace {component} and {Component} with component name [TODO] replace ComponentNamespace with component namespace
Run the following to install this library:
$ composer require niceshops/nice-{component}
or if composer package is not available add the following to your composer.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/niceshops/nice-{component}"
}
],
"require": {
"niceshops/nice-{component}": "dev-master"
}