Tags give the ability to mark specific points in history as being important
-
3.5.0
a3139d9e · ·### Release Notes for [3.5.0](https://github.com/lcobucci/clock/milestone/25) This release adds PHP 8.5 compatibility. ### 3.5.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Improvement - [706: Use PHP 8.6 for `phpunit-rc` job](https://github.com/lcobucci/clock/pull/706) thanks to @lcobucci - [705: Add PHP 8.5 support](https://github.com/lcobucci/clock/pull/705) thanks to @mickverm
-
3.4.0
f91d84f6 · ·### Release Notes for [3.4.0](https://github.com/lcobucci/clock/milestone/22) This drops php 8.2 and improves our clock implementations. ### 3.4.0 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **3** #### Improvement - [704: Mark `SystemClock` as `readonly`](https://github.com/lcobucci/clock/pull/704) thanks to @Slamdunk - [703: `FrozenClock`: add named constructor to system clock](https://github.com/lcobucci/clock/pull/703) thanks to @Slamdunk - [693: Drop PHP 8.2](https://github.com/lcobucci/clock/pull/693) thanks to @lcobucci #### renovate - [696: Update PHPStan packages to v2 (major)](https://github.com/lcobucci/clock/pull/696) thanks to @renovate[bot]
-
3.3.1
db3713a6 · ·### Release Notes for [3.3.1](https://github.com/lcobucci/clock/milestone/21) This fixes a teeny mistake on the `FrozenClock`. ### 3.3.1 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### bug - [691: Don't perform operation twice](https://github.com/lcobucci/clock/pull/691) thanks to @lcobucci
-
3.3.0
049eceec · ·### Release Notes for [3.3.0](https://github.com/lcobucci/clock/milestone/20) This release provides PHP 8.4 compatibility and eases the use of the `FrozenClock`. ### 3.3.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Improvement - [690: Add PHP 8.4 support](https://github.com/lcobucci/clock/pull/690) thanks to @Slamdunk - [689: Add adjustTime to FrozenClock](https://github.com/lcobucci/clock/pull/689) thanks to @lgrossi
-
3.2.0
6f28b826 · ·### Release Notes for [3.2.0](https://github.com/lcobucci/clock/milestone/18) This release provides support for PHP 8.3. ### 3.2.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Improvement - [681: Support PHP 8.3](https://github.com/lcobucci/clock/pull/681) thanks to @lcobucci - [671: Mark SystemClock as `@immutable`](https://github.com/lcobucci/clock/pull/671) thanks to @Slamdunk
-
3.2.0-rc1
d5162f73 · ·### 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