Changeset 13872
- Timestamp:
- 05/24/2024 02:13:15 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/composer.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r13850 r13872 49 49 "phpcs": "@php ./vendor/bin/phpcs . --basepath=.", 50 50 "phpcbf": "@php ./vendor/bin/phpcbf . --basepath=.", 51 "phpcs-escape": "@php ./vendor/bin/phpcs src --extensions=php -sp --standard=BuddyPress --sniffs=WordPress.Security.EscapeOutput ",51 "phpcs-escape": "@php ./vendor/bin/phpcs src --extensions=php -sp --standard=BuddyPress --sniffs=WordPress.Security.EscapeOutput,WordPress.Security.SafeRedirect", 52 52 "phpcompat": "@php ./vendor/bin/phpcs --standard=PHPCompatibilityWP --extensions=php -sp --runtime-set testVersion 5.6- src tests", 53 53 "test:watch": [
Note: See TracChangeset
for help on using the changeset viewer.