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 a9a4a8c commit 25c5895Copy full SHA for 25c5895
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
9
+### Fixed
10
+- Implicitly marking parameters as nullable is deprecated, the explicit nullable type must be used instead
11
+
12
+### Added
13
+- PHP 8.4 mainline support
14
+- PHP 8.5 experimental support
15
16
## [4.0.1] - 2024-10-09
17
18
### Fixed
composer.json
@@ -9,7 +9,7 @@
}
},
"require-dev": {
- "phpunit/phpunit": "^9.3"
+ "phpunit/phpunit": "^9.6"
"license": "BSD-2-Clause",
"authors": [
0 commit comments