When I run composer install, it will install all my \"require\" and the \"require\" of the other package.
My composer.json
{ \"name\": \"my_app\"
One more way to solve it:
"repositories": [ { "type": "git", "url": "https://github.com/zhovtyj/mailchimp-laravel" } ], "require": { "php": "^7.1.3", *** "skovmand/mailchimp-laravel": "dev-master", },