You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix a bug with PHP 7.2.12
PHP 7.2.12 broke the way Carbon's diffInSeconds method works. Using diffInRealSeconds instead fixes the problem.
See briannesbitt/Carbon#1503
* Clean up diff check in cache repository
We can pass the duration here directly.
Signed-off-by: Dries Vints <dries.vints@gmail.com>
* Upgrade mimum Carbon version
This fixes a problem with working with DateTimeImmutable instances in the cache repository.
Signed-off-by: Dries Vints <dries.vints@gmail.com>
0 commit comments