Changeset 13684 for trunk/composer.json
- Timestamp:
- 12/30/2023 09:56:33 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r13553 r13684 15 15 "homepage": "https://buddypress.org", 16 16 "license": "GPL-2.0-or-later", 17 "authors": [ { 18 "name": "BuddyPress Community", 19 "homepage": "https://buddypress.org/about/" 20 } ], 17 "authors": [ 18 { 19 "name": "BuddyPress Community", 20 "homepage": "https://buddypress.org/about/" 21 } 22 ], 21 23 "support": { 22 24 "forum": "https://buddypress.org/support/", … … 45 47 "require-dev": { 46 48 "buddypress/bp-coding-standards": "dev-trunk", 47 "wp-phpunit/wp-phpunit": "^6. 3",48 "yoast/phpunit-polyfills": "^1.0 .1"49 "wp-phpunit/wp-phpunit": "^6.4", 50 "yoast/phpunit-polyfills": "^1.0" 49 51 }, 50 52 "scripts": { 51 53 "test": "@php ./vendor/phpunit/phpunit/phpunit", 52 "phpcs" 54 "phpcs": "@php ./vendor/bin/phpcs" 53 55 } 54 56 }
Note: See TracChangeset
for help on using the changeset viewer.