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
I'm not very good at the Composer stuff, but probably that's why I can't install the plugin properly now... Currently, if we require this plugin in a composer.json of a project, it gets installed into the vendor folder instead of wp-content/plugins. Maybe the type field in the composer.json should be changed to the custom type wordpress-plugin so we could define that it'd be installed into the appropriate plugin folder.
The text was updated successfully, but these errors were encountered:
I'm not very good at the Composer stuff, but probably that's why I can't install the plugin properly now... Currently, if we require this plugin in a
composer.json
of a project, it gets installed into thevendor
folder instead ofwp-content/plugins
. Maybe thetype
field in thecomposer.json
should be changed to the custom typewordpress-plugin
so we could define that it'd be installed into the appropriate plugin folder.The text was updated successfully, but these errors were encountered: