-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.26 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name" : "wpessential/wpessential-require-notifier",
"type" : "library",
"version" : "1.0.0",
"minimum-stability" : "stable",
"description" : "Its open source library. Used to apply the notifications fire in WordPress admin panel. If your theme used any plugin that is required. Used it to fire the notification.",
"keywords" : [
"fire",
"require-notifire",
"require"
],
"readme" : "README.md",
"license" : [
"GPL-3.0-or-later"
],
"authors" : [
{
"name" : "WPEssential",
"email" : "wordpress.essential@gmail.com",
"homepage" : "https://wpessential.org",
"role" : "CEO"
}
],
"support" : {
"issues" : "https://github.com/wpessential/wpessential-require-notifier/issues",
"docs" : "https://github.com/wpessential/wpessential-require-notifier",
"forum" : "https://github.com/wpessential/wpessential-require-notifier/discussions",
"wiki" : "https://github.com/wpessential/wpessential-require-notifier/wiki",
"source" : "https://github.com/wpessential/wpessential-require-notifier.git"
},
"funding" : [
{
"type" : "patreon",
"url" : "https://www.patreon.com/WPEssential"
}
],
"homepage" : "https://wpessential.org/",
"autoload" : {
"psr-4" : {
"WPEssentialRequireNotifier\\" : "src/"
}
},
"require" : {
"php" : ">=7.4"
}
}