18 lines
535 B
JSON
18 lines
535 B
JSON
{
|
|
"name": "wp-translate/wp-translate",
|
|
"description": "Persistent multilingual WordPress translations powered by Baidu Translate.",
|
|
"type": "wordpress-plugin",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": "^8.1"
|
|
},
|
|
"require-dev": {
|
|
"php-stubs/wordpress-stubs": "^6.8",
|
|
"phpunit/phpunit": "^12"
|
|
},
|
|
"scripts": {
|
|
"lint": "find . -path './.git' -prune -o -path './vendor' -prune -o -type f -name '*.php' -print0 | xargs -0 -n1 php -l",
|
|
"test": "phpunit"
|
|
}
|
|
}
|