I have created a yii2 extension. It is a Yii2 widget. I created a GitHub repository for it. After some issues with composer.json
I have, successfully, to this Packagist package.
Now I could able to install it using composer in any yii2 appliaction using the following command:
composer require saidbakr/yii-jui-themes-list=1.2
There is a problem: it has been installed under vendor\saidbakr\yii-jui-themes-list
However, I want it to be installed directly on vendor\saidbakr
because of my PHP code namespace considering this namespace. So is there any way that gives me a control to where the package should be installed or at least to make my files to be placed on the repository owner directly?