-
3.3.1db3713a6 · ·
### 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.0049eceec · ·
### 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.06f28b826 · ·
### 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-rc1d5162f73 · ·
### 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
-
3.1.030a854ce · ·
### Release Notes for [3.1.0](https://github.com/lcobucci/clock/milestone/15) This release bumps the minimum required PHP version to 8.2, updating all dependencies. ### 3.1.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### renovate - [664: Update dependency lcobucci/coding-standard to v10](https://github.com/lcobucci/clock/pull/664) thanks to @renovate[bot] - [662: Add `renovate.json export-ignore` to `.gitattributes`](https://github.com/lcobucci/clock/pull/662) thanks to @TimWolla
-
3.0.0039ef98c · ·
### Release Notes for [3.0.0](https://github.com/lcobucci/clock/milestone/9) This release drops the temporary interface, directly implementing PSR-20. ### 3.0.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Improvement - [659: Remove forgotten merge bot file](https://github.com/lcobucci/clock/pull/659) thanks to @lcobucci #### BC-Break,Improvement - [651: Replace stella-maris/clock with psr/clock](https://github.com/lcobucci/clock/pull/651) thanks to @p4veI
-
2.3.0c7aadcd6 · ·
### Release Notes for [2.3.0](https://github.com/lcobucci/clock/milestone/11) This release updates PHP requirements and marks `lcobucci/clock` as a PSR-20 implementation (finally 🎉). ### 2.3.0 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **1** #### Improvement - [658: Update library configuration](https://github.com/lcobucci/clock/pull/658) thanks to @lcobucci - [657: Update PHP requirements](https://github.com/lcobucci/clock/pull/657) thanks to @lcobucci - [556: Require PHP 8.1](https://github.com/lcobucci/clock/pull/556) thanks to @lcobucci
-
2.2.0fb533e09 · ·
### Release Notes for [2.2.0](https://github.com/lcobucci/clock/milestone/8) Feature release (minor) ### 2.2.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Improvement - [506: Implement forward compatible Clock-Interface](https://github.com/lcobucci/clock/pull/506) thanks to @heiglandreas
-
2.1.0903513d2 · ·
### Release Notes for [2.1.0](https://github.com/lcobucci/clock/milestone/6) This release drops PHP 7.4 support while ensuring that PHP 8.1 is compatible. ### 2.1.0 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **1** #### Improvement - [396: Require PHP 8.0](https://github.com/lcobucci/clock/pull/396) thanks to @lcobucci - [107: Migrate to GH actions](https://github.com/lcobucci/clock/pull/107) thanks to @lcobucci #### Dependencies - [227: Switch to native dependabot](https://github.com/lcobucci/clock/pull/227) thanks to @lcobucci
-
2.0.0353d83fe · ·
2.0.0 [](http://travis-ci.com/lcobucci/clock) - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Improvement (BC-Break) ---------------------- - [52: Always require a timezone to create the SystemClock](https://github.com/lcobucci/clock/pull/52) thanks to @lcobucci