notice-manager/composer.json
2022-08-02 04:51:57 +03:00

15 lines
358 B
JSON

{
"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.11",
"abuyoyo/plugincore": "~0.20"
}
}