Skip to content

Commit 4c574d4

Browse files
committed
Update to PHPUnit 12 and php-timer 8.
1 parent 9d01368 commit 4c574d4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 9.2.0 - 2025-08-13
4+
5+
Update to PHPUnit 12 and php-timer 8.
6+
37
## 9.1.0 - 2025-04-10
48

59
Add support for raw JSON requests (like the ones used by the Assets UI) using SearchRequest::json.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-iconv": "*",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": ">=6.3 <8.0",
25-
"phpunit/php-timer": ">=6.0 <8.0",
25+
"phpunit/php-timer": ">=6.0 <9.0",
2626
"twig/twig": "^3.4"
2727
},
2828
"config": {
@@ -39,7 +39,7 @@
3939
},
4040
"require-dev": {
4141
"monolog/monolog": ">=3.2 <4.0",
42-
"phpunit/phpunit": "^11"
42+
"phpunit/phpunit": "^12"
4343
},
4444
"scripts": {
4545
"unit-tests": "vendor/bin/phpunit tests/Unit"

0 commit comments

Comments
 (0)