ilmlv / lcobucci-clock
Yet another clock abstraction
Installs: 957
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 25
pkg:composer/ilmlv/lcobucci-clock
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- psr/clock: ^1.0
Requires (Dev)
- infection/infection: ^0.26
- lcobucci/coding-standard: ^9.0
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.9.4
- phpstan/phpstan-deprecation-rules: ^1.1.1
- phpstan/phpstan-phpunit: ^1.3.2
- phpstan/phpstan-strict-rules: ^1.4.4
- phpunit/phpunit: ^9.5.27
Provides
Replaces
- lcobucci/clock: 3.0.0
README
This fork is created from lcobucci/clock v3.0.0 with as little changes as possible for PHP v8.1 and v8.3 compatibility.
It is created for chance to upgrade from php versions skipping PHP v8.2 upgrade iteration.
Use it on your own risk.
Usage
Install: composer require ilmlv/lcobucci-clock:3.0.1
After upgrading PHP to 8.3 no need to keep using this package, it will not be updated.
Remove it composer remove ilmlv/lcobucci-clock
and if neccessary replace by original package requirement composer require lcobucci/clock