forked from GlotPress/GlotPress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.08 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
{
"name": "glotpress/glotpress-wp",
"type": "wordpress-plugin",
"description": "GlotPress is a collaborative, web-based software translation tool.",
"keywords": [
"translations",
"wordpress",
"i18n"
],
"homepage": "https://glotpress.blog/",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2"
},
"support": {
"issues": "https://github.com/GlotPress/GlotPress-WP/issues",
"forum": "https://wordpress.org/support/plugin/glotpress/",
"source": "https://github.com/GlotPress/GlotPress-WP",
"docs": "https://glotpress.blog/the-manual/"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wp-coding-standards/wpcs": "^2.2",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"gettext/languages": "^2.6",
"phpunit/phpunit": "^7",
"yoast/phpunit-polyfills": "^1.0"
},
"scripts": {
"format": "@php ./vendor/bin/phpcbf --report=summary,source",
"lint": "@php ./vendor/bin/phpcs --report=summary,source",
"test": "@php ./vendor/bin/phpunit",
"test:locales": "@test --group locales"
}
}