Hi @Rishabh-Webkul
Dependencies doesn't exist in root vendor but as I understand based on article: "https://forums.bagisto.com/topic/3288/custom-package-dependencies" it shouldn't be.
As I understand packages should have separate dependencies and be completely independent. If I install package at root level for example:
composer require stichoza/google-translate-php
customer will need to do the same thing. If I use few libraries it could be a long list of instructions how to set up my package and it wouldn't be modular solution. My current solution seems to be the simplest option for now.
Thanks and best regards.