mirror of
https://ghfast.top/https://github.com/bradvin/wp-git-sync.git
synced 2026-06-10 23:03:58 +08:00
17 lines
577 B
JSON
17 lines
577 B
JSON
{
|
|
"name": "fooplugins/wp-git-sync",
|
|
"description": "WP Git Sync plugin",
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.11",
|
|
"szepeviktor/phpstan-wordpress": "^1.3"
|
|
},
|
|
"scripts": {
|
|
"phpstan": "phpstan analyse -c phpstan.neon.dist --memory-limit=1G --no-progress --debug",
|
|
"phpstan:baseline": "phpstan analyse -c phpstan.neon.dist --generate-baseline=phpstan-baseline.neon --no-progress --debug",
|
|
"build:zip": "bash scripts/build-zip.sh"
|
|
}
|
|
}
|