-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 984 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
31
32
{
"name": "aivec/aauth",
"description": "Domain/SKU client-side authentication for a 継続課金 plugin/theme purchase. Client variant to server-side plugin ninsho-validator.",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Evan Shaw",
"email": "[email protected]"
}
],
"require": {
"yahnis-elsts/plugin-update-checker": "^4.9"
},
"require-dev": {
"wp-cli/i18n-command": "^2.2",
"aivec/phpcs-wp": "^2.0"
},
"scripts": {
"lint": "phpcs -ps --standard=AivecWP-5 --extensions=php src",
"lint:fix": "phpcbf -ps --standard=AivecWP-5 --extensions=php src",
"i18n:update-pos": [
"wp i18n make-pot --domain=aauth . src/languages/messages.pot",
"find ./src/languages -name \"*.po\" | xargs -I % msgmerge -o % % src/languages/messages.pot"
],
"i18n:make-mo": "wp i18n make-mo src/languages"
},
"autoload": {
"psr-4": {
"Aivec\\Welcart\\ProprietaryAuthentication\\": "src"
}
}
}