Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit fb8391b

Browse files
chore(deps): update dependency phpunit/phpunit to v12
1 parent 362fdf4 commit fb8391b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ext-rdkafka": "*"
4343
},
4444
"require-dev": {
45-
"phpunit/phpunit": "^9.4 || ^10.5",
45+
"phpunit/phpunit": "^9.4 || ^10.5 || ^12.0",
4646
"ircmaxell/php-c-parser": "dev-master#fd8f5efefd0fcc6c5119d945694acaa3a6790ada",
4747
"symplify/easy-coding-standard": "^12.0",
4848
"klitsche/ffigen": "0.8.1",

resources/test-extension/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"ext-rdkafka": "*"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^9"
12+
"phpunit/phpunit": "^12"
1313
}
1414
}

0 commit comments

Comments
 (0)