|
| 1 | +{ |
| 2 | + "name": "automattic/buddypress-vip-go", |
| 3 | + "description": "Makes BuddyPress' media work with WordPress VIP's hosting.", |
| 4 | + "type": "wordpress-plugin", |
| 5 | + "license": "GPL-2.0-or-later", |
| 6 | + "authors": [ |
| 7 | + { |
| 8 | + "name": "Human Made", |
| 9 | + "homepage": "https://humanmade.com/" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "Automattic", |
| 13 | + "homepage": "https://automattic.com/" |
| 14 | + } |
| 15 | + ], |
| 16 | + "support": { |
| 17 | + "issues": "https://github.com/Automattic/BuddyPress-VIP-Go/issues", |
| 18 | + "source": "https://github.com/Automattic/BuddyPress-VIP-Go" |
| 19 | + }, |
| 20 | + "require": { |
| 21 | + "composer/installers": "^2", |
| 22 | + "php": ">=8.2" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "automattic/vipwpcs": "^3", |
| 26 | + "php-parallel-lint/php-parallel-lint": "^1.0", |
| 27 | + "phpcompatibility/phpcompatibility-wp": "^2.1", |
| 28 | + "wp-coding-standards/wpcs": "^3.1" |
| 29 | + }, |
| 30 | + "scripts": { |
| 31 | + "coverage": [ |
| 32 | + "@putenv WP_MULTISITE=1", |
| 33 | + "@php ./vendor/bin/phpunit --exclude=ms-excluded --coverage-html ./.phpunit.cache/coverage-html" |
| 34 | + ], |
| 35 | + "coverage-ci": [ |
| 36 | + "@putenv WP_MULTISITE=1", |
| 37 | + "@php ./vendor/bin/phpunit --exclude=ms-excluded" |
| 38 | + ], |
| 39 | + "cs": [ |
| 40 | + "@php ./vendor/bin/phpcs" |
| 41 | + ], |
| 42 | + "cbf": [ |
| 43 | + "@php ./vendor/bin/phpcbf" |
| 44 | + ], |
| 45 | + "lint": [ |
| 46 | + "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git" |
| 47 | + ], |
| 48 | + "lint-ci": [ |
| 49 | + "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git --checkstyle" |
| 50 | + ] |
| 51 | + }, |
| 52 | + "config": { |
| 53 | + "allow-plugins": { |
| 54 | + "composer/installers": true, |
| 55 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 56 | + } |
| 57 | + } |
| 58 | +} |
0 commit comments