Changeset 14014 for trunk/composer.json
- Timestamp:
- 09/02/2024 10:45:11 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r13872 r14014 36 36 }, 37 37 "require": { 38 "php": ">= 5.6.0"38 "php": ">=7.0.0" 39 39 }, 40 40 "require-dev": { … … 50 50 "phpcbf": "@php ./vendor/bin/phpcbf . --basepath=.", 51 51 "phpcs-escape": "@php ./vendor/bin/phpcs src --extensions=php -sp --standard=BuddyPress --sniffs=WordPress.Security.EscapeOutput,WordPress.Security.SafeRedirect", 52 "phpcompat": "@php ./vendor/bin/phpcs --standard=PHPCompatibilityWP --extensions=php -sp --runtime-set testVersion 5.6- src tests",52 "phpcompat": "@php ./vendor/bin/phpcs --standard=PHPCompatibilityWP --extensions=php -sp --runtime-set testVersion 7.0- src tests", 53 53 "test:watch": [ 54 54 "Composer\\Config::disableProcessTimeout",
Note: See TracChangeset
for help on using the changeset viewer.