notice-manager/composer.json
2022-08-05 21:11:12 +03:00

16 lines
378 B
JSON

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