Skip to content
### Release Notes for [3.2.0-rc1](https://github.com/lcobucci/clock/milestone/18)

This release provides early compatibility with PHP 8.3, allowing users to avoid
surprises when upgrading to that PHP version.

### 3.2.0-rc1

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

#### Improvement

- [671: Mark SystemClock as `@immutable`](https://github.com/lcobucci/clock/pull/671) thanks to @Slamdunk
- [681: Support PHP 8.3](https://github.com/lcobucci/clock/pull/681) thanks to @lcobucci