composer.json - screen-meta-links ~0.11 + github repo vcs

This commit is contained in:
abuoyoyo 2022-05-31 01:40:02 +03:00
parent 5ee516c575
commit cd3e065166

View File

@ -2,8 +2,14 @@
"name": "abuyoyo/notice-manager",
"description": "Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.",
"type": "wordpress-plugin",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/abuyoyo/screen-meta-links.git"
}
],
"require":{
"abuyoyo/screen-meta-links": "~0.5",
"abuyoyo/screen-meta-links": "~0.11",
"abuyoyo/plugincore": "~0.14"
}
}