notice-manager/composer.json
2023-06-09 21:46:48 +03:00

17 lines
414 B
JSON

{
"name": "abuyoyo/notice-manager",
"description": "Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.",
"type": "wordpress-plugin",
"version": "0.18",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/abuyoyo/screen-meta-links.git"
}
],
"require":{
"abuyoyo/screen-meta-links": "~0.11",
"abuyoyo/plugincore": "~0.26",
"abuyoyo/adminmenupage": "~0.25"
}
}