+ HVG-mu-plugin

This commit is contained in:
felegy
2022-06-07 14:48:26 +02:00
parent 406542c680
commit 74c7fd73ce
2 changed files with 86 additions and 33 deletions

View File

@@ -28,6 +28,10 @@
"type": "composer",
"url": "https://wpackagist.org",
"only": ["wpackagist-plugin/*", "wpackagist-theme/*"]
},
{
"type": "vcs",
"url": "https://github.com/hvg-dev/hvg-blog-muplugin"
}
],
"require": {
@@ -47,6 +51,7 @@
"roots/wordpress": "^6.0",
"roots/wp-config": "^1.0.0",
"roots/wp-password-bcrypt": "^1.1.0",
"hvg-dev/hvg-blog-muplugin": "dev-main",
"wpackagist-plugin/wp-webhooks": "^2.0",
"wpackagist-plugin/code-snippets": "^3.1"
},