Skip to content

Commit f48d51e

Browse files
committed
php unit 11->12
1 parent 3e6f38a commit f48d51e

4 files changed

Lines changed: 369 additions & 343 deletions

File tree

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.3.2 -- Tue Sep 2 2025
2+
=====================================================
3+
- Update PHPUnit
4+
15
3.3.1 -- Thu Nov 21 2024
26
=====================================================
37
- add testing against PHP 8.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": ">=8.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~11.0",
21+
"phpunit/phpunit": "~12.0",
2222
"squizlabs/php_codesniffer": "^3.7",
2323
"phpstan/phpstan": "^2.0.0"
2424
},

0 commit comments

Comments
 (0)