You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way I will be able to install as a dependency in my own plugin via composer. Currently your composer.json creates separate wp-content directory inside my plugin.
Also, please add your library to packagist.
The text was updated successfully, but these errors were encountered:
Assuming I have a composer.json file in own plugin dir.
Currently it's not possible to install your lib in own plugin using composer - instead of wp-content/plugins/own-plugin/vendor/origgami/CMB2-grid it will create wp-content/plugins/own-plugin/wp-content/plugins/CMB2-grid. At least it was so some time ago, when I checked.
https://github.com/WebDevStudios/CMB2/blob/trunk/composer.json
This way I will be able to install as a dependency in my own plugin via composer. Currently your
composer.json
creates separatewp-content
directory inside my plugin.Also, please add your library to packagist.
The text was updated successfully, but these errors were encountered: