Skip to content

Commit 3cffe2b

Browse files
committed
Remove unused PHPUnit dev dependencies from root composer.json
The root-level phpunit/phpunit and yoast/phpunit-polyfills packages were only used by the legacy driver test suite, which was removed along with the root phpunit.xml.dist and tests/ directory. The new driver's tests live in packages/mysql-on-sqlite/ with their own composer.json and dependencies. Made-with: Cursor
1 parent d69867f commit 3cffe2b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"squizlabs/php_codesniffer": "^3.7",
1919
"wp-coding-standards/wpcs": "^3.1",
2020
"phpcompatibility/phpcompatibility-wp": "*",
21-
"php-parallel-lint/php-parallel-lint": "^1.3",
22-
"yoast/phpunit-polyfills": "2.0.0",
23-
"phpunit/phpunit": "8.5.52"
21+
"php-parallel-lint/php-parallel-lint": "^1.3"
2422
},
2523
"config": {
2624
"allow-plugins": {

0 commit comments

Comments
 (0)