add composer.json
This commit is contained in:
parent
9900408a4d
commit
00623dffba
15
composer.json
Normal file
15
composer.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "abuyoyo/notice-manager",
|
||||||
|
"description": "Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.",
|
||||||
|
"type": "wordpress-plugin",
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type":"composer",
|
||||||
|
"url":"https://wpackagist.org"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require":{
|
||||||
|
"composer/installers": "~1.0",
|
||||||
|
"abuyoyo/screen-meta-links": "~0.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user