Changeset 13314 for trunk/composer.json
- Timestamp:
- 08/13/2022 08:58:51 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/composer.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r13285 r13314 27 27 "wiki": "https://codex.buddypress.org/" 28 28 }, 29 "config": { 30 "allow-plugins": { 31 "composer/installers": true, 32 "dealerdirect/phpcodesniffer-composer-installer": true 33 } 34 }, 29 35 "require": { 30 36 "composer/installers": "^1.10.0", … … 32 38 }, 33 39 "require-dev": { 34 "phpcompatibility/phpcompatibility-wp": "^2.1. 0",40 "phpcompatibility/phpcompatibility-wp": "^2.1.3", 35 41 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", 36 "squizlabs/php_codesniffer" : "^3. 5.4",37 "wp-coding-standards/wpcs": " *",42 "squizlabs/php_codesniffer" : "^3.6.0", 43 "wp-coding-standards/wpcs": "~2.3.0", 38 44 "wp-phpunit/wp-phpunit": "^6.0", 39 "phpunit/phpunit": "^7.5",40 45 "yoast/phpunit-polyfills": "^1.0.1" 46 }, 47 "scripts": { 48 "test": "@php ./vendor/phpunit/phpunit/phpunit" 41 49 } 42 50 }
Note: See TracChangeset
for help on using the changeset viewer.