forked from julien731/WP-Review-Me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.07 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "codeatcode/wp-review-me",
"description": "A lightweight library to help you get more reviews for your WordPress theme/plugin",
"homepage": "https://github.com/codeatcode/WP-Review-Me",
"license": "GNU GPL",
"authors": [
{
"name": "Julien Liabeuf",
"email": "julien@liabeuf.fr",
"homepage": "https://julienliabeuf.com",
"role": "Lead Developer"
}
],
"require": {
"mte90/wp-dismissible-notices-handler": "1.2.2"
},
"repositories": [
{
"type": "package",
"package": {
"name": "mte90\/wp-dismissible-notices-handler",
"version": "1.2.2",
"autoload": {
"files": [
"handler.php",
"includes\/helper-functions.php"
]
},
"source": {
"type": "git",
"url": "https:\/\/github.com\/mte90\/WP-Dismissible-Notices-Handler.git",
"reference": "patch-1"
}
}
}
],
"autoload": {
"files": ["review.php"]
}
}