Skip to content

Commit 1838d52

Browse files
committed
fix!: Start requiring PHP 8.0 or higher, drop outdated Stringable polyfill
1 parent 17f09ed commit 1838d52

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.horde.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ license:
3636
uri: http://www.horde.org/licenses/bsd
3737
dependencies:
3838
required:
39-
php: ^7.4 || ^8
39+
php: ^8
4040
composer:
41-
php-extended/polyfill-php80-stringable: ^1
4241
psr/log: ^1 || ^2 || ^3
4342
horde/constraint: ^3
4443
horde/exception: ^3

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,9 @@
2222
"role": "maintainer"
2323
}
2424
],
25-
"time": "2022-11-16",
26-
"repositories": [
27-
{
28-
"type": "composer",
29-
"url": "https://horde-satis.maintaina.com"
30-
}
31-
],
25+
"time": "2025-04-30",
3226
"require": {
33-
"php": "^7.4 || ^8",
34-
"php-extended/polyfill-php80-stringable": "^1",
27+
"php": "^8",
3528
"psr/log": "^1 || ^2 || ^3",
3629
"horde/constraint": "^3 || dev-FRAMEWORK_6_0",
3730
"horde/exception": "^3 || dev-FRAMEWORK_6_0",

0 commit comments

Comments
 (0)