Changeset 13801 for trunk/composer.json
- Timestamp:
- 04/24/2024 01:29:58 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/composer.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r13794 r13801 36 36 }, 37 37 "require": { 38 "composer/installers": "^1.10.0",39 38 "php": ">=5.6.0" 40 39 }, 41 40 "require-dev": { 42 "buddypress/bp-coding-standards": " 0.1.0",41 "buddypress/bp-coding-standards": "dev-trunk", 43 42 "yoast/phpunit-polyfills": "^1.0", 44 43 "spatie/phpunit-watcher": "^1.23" … … 47 46 "test": "@php ./vendor/phpunit/phpunit/phpunit", 48 47 "test_multi": "@php ./vendor/phpunit/phpunit/phpunit -c tests/phpunit/multisite.xml", 49 "phpunit": "@php ./vendor/phpunit/phpunit/phpunit", 50 "phpcs": "@php ./vendor/bin/phpcs", 48 "phpunit": "@test", 49 "phpcs": "@php ./vendor/bin/phpcs . --basepath=.", 50 "phpcbf": "@php ./vendor/bin/phpcbf . --basepath=.", 51 51 "test:watch": [ 52 52 "Composer\\Config::disableProcessTimeout",
Note: See TracChangeset
for help on using the changeset viewer.