Moving admin to it's own directory, trying to fix up docblocks and stuff
This commit is contained in:
@ -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": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user