We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d01368 commit 4c574d4Copy full SHA for 4c574d4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 9.2.0 - 2025-08-13
4
+
5
+Update to PHPUnit 12 and php-timer 8.
6
7
## 9.1.0 - 2025-04-10
8
9
Add support for raw JSON requests (like the ones used by the Assets UI) using SearchRequest::json.
composer.json
@@ -22,7 +22,7 @@
22
"ext-iconv": "*",
23
"ext-json": "*",
24
"guzzlehttp/guzzle": ">=6.3 <8.0",
25
- "phpunit/php-timer": ">=6.0 <8.0",
+ "phpunit/php-timer": ">=6.0 <9.0",
26
"twig/twig": "^3.4"
27
},
28
"config": {
@@ -39,7 +39,7 @@
39
40
"require-dev": {
41
"monolog/monolog": ">=3.2 <4.0",
42
- "phpunit/phpunit": "^11"
+ "phpunit/phpunit": "^12"
43
44
"scripts": {
45
"unit-tests": "vendor/bin/phpunit tests/Unit"
0 commit comments