Moving admin to it's own directory, trying to fix up docblocks and stuff

This commit is contained in:
2021-09-14 11:37:30 -06:00
parent c94414dc0e
commit ecd4099038
17 changed files with 1095 additions and 396 deletions

View File

@ -15,6 +15,8 @@
"eftec/bladeone": "^3.52"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.0",
"wp-cli/i18n-command": "^2.2.8",
"wp-coding-standards/wpcs": "^2.3.0"
},
"config": {
@ -41,6 +43,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -p -v --no-cache --ignore=*/tests/,*/vendor/ --extensions=php .",
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
"make-pot": "wp i18n make-pot --include=constants,includes,templates . languages/nmsp-plugin-name.pot",
"post-autoload-dump": [],
"post-root-package-install": []
}