2024-04-15 16:00:49 +02:00
|
|
|
{
|
|
|
|
"require-dev": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
|
|
|
"sirbrillig/phpcs-changed": "^2.11",
|
|
|
|
"sirbrillig/phpcs-variable-analysis": "^2.11",
|
|
|
|
"wp-cli/i18n-command": "^2.5",
|
|
|
|
"wp-coding-standards/wpcs": "^3.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"php:lint": "vendor/bin/phpcs -p -s",
|
|
|
|
"php:lint:errors": "vendor/bin/phpcs -p -s --runtime-set ignore_warnings_on_exit 1",
|
|
|
|
"php:lint:autofix": "vendor/bin/phpcbf",
|
|
|
|
"php:lint:changed": "vendor/bin/phpcs-changed --git --git-unstaged",
|
|
|
|
"make-pot": "wp i18n make-pot . theme/languages/wowpress.pot"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
2024-06-11 11:06:25 +02:00
|
|
|
"wenprise/eloquent": "^9.0",
|
|
|
|
"planetteamspeak/ts3-php-framework": "^1.3"
|
2024-04-15 16:00:49 +02:00
|
|
|
}
|
|
|
|
}
|