We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cd089 commit 9a76f77Copy full SHA for 9a76f77
CHANGES.txt
@@ -1,4 +1,9 @@
1
-3.2.0 -- Wed Jul 26 2022
+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
7
=====================================================
8
- requires PHP >= 8.0, PHP 7.4 no longer supported
9
- add testing against PHP 8.2
composer.json
@@ -18,8 +18,8 @@
18
"php": ">=8.0"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "~10.0",
22
- "squizlabs/php_codesniffer": "^3.7",
+ "phpunit/phpunit": "~10.0",
+ "squizlabs/php_codesniffer": "^3.7",
23
"phpstan/phpstan": "^1.10"
24
25
"archive": {
0 commit comments