|
1 | 1 | {
|
2 |
| - "name": "holger1411/understrap-child", |
3 |
| - "description": "Basic Child Theme for Understrap Theme Framework", |
4 |
| - "type": "library", |
5 |
| - "license": "GPL-2.0", |
6 |
| - "minimum-stability": "stable", |
7 |
| - "require": {}, |
8 |
| - "keywords": ["wordpress","theme","bootstrap"], |
9 |
| - "homepage": "https://github.com/holger1411/understrap-child" |
| 2 | + "name": "understrap/understrap-child", |
| 3 | + "description": "Basic Child Starter Theme for Understrap", |
| 4 | + "type": "wordpress-theme", |
| 5 | + "license": "GPL-3.0", |
| 6 | + "minimum-stability": "stable", |
| 7 | + "keywords": [ |
| 8 | + "wordpress", |
| 9 | + "theme", |
| 10 | + "bootstrap" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/understrap/understrap-child", |
| 13 | + "authors": [ |
| 14 | + { |
| 15 | + "name": "Contributors", |
| 16 | + "homepage": "https://github.com/understrap/understrap-child/contributors.md" |
| 17 | + } |
| 18 | + ], |
| 19 | + "require": { |
| 20 | + "php": ">=5.6" |
| 21 | + }, |
| 22 | + "require-dev": { |
| 23 | + "php-parallel-lint/php-parallel-lint": "^1.3.2", |
| 24 | + "phpcompatibility/phpcompatibility-wp": "^2.1.4", |
| 25 | + "phpmd/phpmd": "^2.13.0", |
| 26 | + "phpstan/phpstan": "^1.9.0", |
| 27 | + "roave/security-advisories": "dev-master", |
| 28 | + "squizlabs/php_codesniffer": "^3.7.1", |
| 29 | + "szepeviktor/phpstan-wordpress": "^1.1.3", |
| 30 | + "wp-coding-standards/wpcs": "^2.3.0", |
| 31 | + "wptrt/wpthemereview": "^0.2.1" |
| 32 | + }, |
| 33 | + "scripts": { |
| 34 | + "php-lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint --exclude vendor --exclude node_modules --exclude dist --exclude .git --exclude .phpstan-cache .", |
| 35 | + "phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -p", |
| 36 | + "phpcs-ga": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -n --report=checkstyle", |
| 37 | + "phpcs-fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf", |
| 38 | + "phpcs-config-set" : "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --config-set installed_paths ../../phpcompatibility/php-compatibility,../../phpcompatibility/phpcompatibility-paragonie,../../phpcompatibility/phpcompatibility-wp,../../wp-coding-standards/wpcs,../../wptrt/wpthemereview", |
| 39 | + "phpmd": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . ansi phpmd.xml", |
| 40 | + "phpmd-baseline": "@phpmd -- --generate-baseline", |
| 41 | + "phpmd-ga": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . github phpmd.xml", |
| 42 | + "phpstan": "@php ./vendor/phpstan/phpstan/phpstan analyse -a src/phpstan/autoload.php", |
| 43 | + "phpstan-baseline": "@php ./vendor/phpstan/phpstan/phpstan analyse -a src/phpstan/autoload.php --generate-baseline", |
| 44 | + "post-install-cmd": "@phpcs-config-set", |
| 45 | + "post-update-cmd": "@phpcs-config-set" |
| 46 | + }, |
| 47 | + "support": { |
| 48 | + "issues": "https://github.com/understrap/understrap/issues", |
| 49 | + "source": "https://github.com/understrap/understrap" |
| 50 | + } |
10 | 51 | }
|
0 commit comments