Skip to content

Commit 25c5895

Browse files
committed
Update phpunit, annotate last unreleased changes
1 parent a9a4a8c commit 25c5895

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

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+
916
## [4.0.1] - 2024-10-09
1017

1118
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^9.3"
12+
"phpunit/phpunit": "^9.6"
1313
},
1414
"license": "BSD-2-Clause",
1515
"authors": [

0 commit comments

Comments
 (0)