Seven Alter Toolbar is a theme created for the Drupal Admin Toolbar module. It works best with the Seven Alter admin theme.
Drupal.org doc: Managing dependencies for a custom project
Add to composer.json (the first part is already there).
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "git",
"url": "https://github.com/designhammer/sevenalter_toolbar.git"
}
],
Require the modules.
composer require designhammer/sevenalter_toolbar