-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello, it would be nice to add "type": "wordpress-plugin", to your composer.json file :)
I was getting problems with installation directory, it kept installing to src/vendor/extension instead of src/web/app/plugins
I fixed it with adding this code to my composer.json file.
"type": "package",
"package": {
"name": "extension/meta-viewer",
"version": "1.0.0",
"type": "wordpress-plugin",
"source": {
"type": "git",
"url": "https://github.com/UniversalYumsLLC/meta-viewer",
"reference": "main"
},
"extra": {
"installer-name": "meta-viewer"
}
}
},```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels