Changeset 13720 for trunk/composer.json
- Timestamp:
- 01/31/2024 08:09:06 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r13684 r13720 47 47 "require-dev": { 48 48 "buddypress/bp-coding-standards": "dev-trunk", 49 "wp-phpunit/wp-phpunit": "^6.4",50 49 "yoast/phpunit-polyfills": "^1.0" 51 50 }, 52 51 "scripts": { 53 52 "test": "@php ./vendor/phpunit/phpunit/phpunit", 53 "test_multi": "@php ./vendor/phpunit/phpunit/phpunit -c tests/phpunit/multisite.xml", 54 54 "phpcs": "@php ./vendor/bin/phpcs" 55 55 }
Note: See TracChangeset
for help on using the changeset viewer.