Skip to content

Commit 336d15a

Browse files
committed
fix: Use Compat layer for deprecated strftime
1 parent dfa7923 commit 336d15a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.horde.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ dependencies:
9696
horde/util: ^3
9797
horde/view: ^3
9898
horde/vfs: ^3
99+
php81_bc/strftime: ^0.7
100+
99101
ext:
100102
filter: '*'
101103
gettext: '*'

config/prefs.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
use function PHP81_BC\strftime;
23
/**
34
* Preferences Information
45
* =======================

lib/View/Topbar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
use function PHP81_BC\strftime;
23
/**
34
* This is a view of the Horde topbar.
45
*

0 commit comments

Comments
 (0)