forked from amarkal/amarkal-admin-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 821 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "askupa-software/amarkal-admin-notification",
"description": "Add static/dismissible admin notifications to WordPress",
"type": "wordpress",
"keywords": ["wordpress","notices","framework"],
"homepage": "https://github.com/askupasoftware/amarkal-admin-notification",
"license": "GPL-3.0",
"authors": [
{
"name": "Askupa Software",
"email": "hello@askupasoftware.com"
}
],
"support": {
"issues": "https://github.com/askupasoftware/amarkal-admin-notification/issues",
"source": "https://github.com/askupasoftware/amarkal-admin-notification"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Amarkal\\Admin\\": ""
},
"files": ["composer.php"]
}
}