Changeset 49037 for trunk/composer.json
- Timestamp:
- 09/23/2020 01:52:02 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/composer.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r47927 r49037 17 17 "wp-coding-standards/wpcs": "~2.3.0", 18 18 "phpcompatibility/phpcompatibility-wp": "^2.1.0", 19 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5" 19 "phpunit/phpunit": "^7.5" 20 }, 21 "autoload-dev": { 22 "files": [ 23 "tests/phpunit/includes/phpunit7/MockObject/Builder/NamespaceMatch.php", 24 "tests/phpunit/includes/phpunit7/MockObject/Builder/ParametersMatch.php", 25 "tests/phpunit/includes/phpunit7/MockObject/InvocationMocker.php", 26 "tests/phpunit/includes/phpunit7/MockObject/MockMethod.php" 27 ], 28 "exclude-from-classmap": [ 29 "vendor/phpunit/phpunit/src/Framework/MockObject/Builder/NamespaceMatch.php", 30 "vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php", 31 "vendor/phpunit/phpunit/src/Framework/MockObject/InvocationMocker.php", 32 "vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php" 33 ] 20 34 }, 21 35 "scripts": {
Note: See TracChangeset
for help on using the changeset viewer.