-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
30 lines (30 loc) · 886 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
28
29
30
{
"name": "dudo1985/yet-another-stars-rating",
"description": "=== Yasr - Yet Another Stars Rating ===",
"require": {
"freemius/wordpress-sdk": "^2.5",
"ext-json": "*",
"ext-fileinfo": "*",
"ext-mysqli": "*",
"gamajo/template-loader": "^1.3",
"ext-pdo": "*"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"dudo1985/wpdocgen": "^2.0"
},
"license": "GPL2",
"scripts": {
"generate-doc": [
"vendor/bin/wp-doc-gen.php . docs/yasr_hooks.md -e vendor node_modules -p yasr_",
"vendor/bin/wp-doc-gen.php . docs/yasr_shortcodes.md -e vendor node_modules -p yasr_ -s",
"php docs/fix_yasr_hooks_path.php"
]
},
"authors": [
{
"name": "Dudo1985",
"email": "[email protected]"
}
]
}