-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 656 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 656 Bytes
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
{
"name": "mediaron/wp-plugin-info-card",
"description": "WP Plugin Info Card displays plugins & themes data in a beautiful box with a smooth rotation effect using WP Plugin & Theme APIs. Dashboard widget included.",
"type": "project",
"license": "GPL",
"authors": [
{
"name": "Ronald Huereca",
"email": "ronald@mediaron.com"
},
{
"name": "Brice CAPOBIANCO",
"email": "capobianco.brice@gmail.com"
}
],
"minimum-stability": "dev",
"config": {
"vendor-dir": "lib"
},
"autoload": {
"psr-4": {
"MediaRon\\WPPIC\\": "php/"
}
}
}