Skip to content

Commit 9a76f77

Browse files
committed
update changelog
1 parent 91cd089 commit 9a76f77

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
3.2.0 -- Wed Jul 26 2022
1+
3.2.1 -- Fri Jan 26 2024
2+
=====================================================
3+
- add testing against PHP 8.3
4+
- add PHPStan linting
5+
6+
3.2.0 -- Wed Jul 26 2023
27
=====================================================
38
- requires PHP >= 8.0, PHP 7.4 no longer supported
49
- add testing against PHP 8.2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"php": ">=8.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~10.0",
22-
"squizlabs/php_codesniffer": "^3.7",
21+
"phpunit/phpunit": "~10.0",
22+
"squizlabs/php_codesniffer": "^3.7",
2323
"phpstan/phpstan": "^1.10"
2424
},
2525
"archive": {

0 commit comments

Comments
 (0)