Skip to content

Commit 01e6f98

Browse files
committed
chore: align package phpunit and paratest versions to ^12 and ^7
Update all Package/*/composer.json and tools/monorepo/composer.json to use phpunit ^12 and paratest ^7, matching the root composer.json. This resolves monorepo-builder validate conflicts for the upcoming BigQuery driver adoption.
1 parent a531603 commit 01e6f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"require-dev": {
3939
"ext-curl": "*",
40-
"phpunit/phpunit": "^9.0|^10"
40+
"phpunit/phpunit": "^12"
4141
},
4242
"scripts": {
4343
"tests": "phpunit --testsuite=unit",

0 commit comments

Comments
 (0)