[horde] php-extended/polyfill-php80-stringable Use php >= 8.0 instead
Ralf Lang
ralf.lang at ralf-lang.de
Wed Apr 30 14:02:48 UTC 2025
Hallo,
this is the horde/log package. We wanted to support PHP 7.4 but also use
the Stringable interface for compatibility with PSR-3 Log Interfaces.
New version will be released, requiring PHP 8 and removing the dependency.
Regards
Ralf
Am 25.03.2025 um 18:24 schrieb Admin Beckspaced:
> ups ... forgot to mention the php version on the server is >= 8.0
>
> cx20:~ # php --version
>
> PHP 8.2.26 (cli) (built: Nov 25 2024 12:00:00) (NTS)
> Copyright (c) The PHP Group
> Zend Engine v4.2.26, Copyright (c) Zend Technologies
> with Zend OPcache v8.2.26, Copyright (c), by Zend Technologies
>
>
> Am 25.03.2025 um 09:46 schrieb Admin Beckspaced:
>> Dear Horde Users,
>>
>> could someone perhaps share some insights on how to fix this warning
>> notice:
>>
>> _/Package php-extended/polyfill-php80-stringable is abandoned, you
>> should avoid using it. Use php >= 8.0 instead.
>> No security vulnerability advisories found./_
>>
>> the horde install was done via composer.
>> I will copy the compser.json below
>>
>> I already tried adding
>>
>> "require": {
>> "php": ">=8.0",
>> "composer-plugin-api": "^2.0",
>> "horde/horde-installer-plugin": "^2.5.1 || dev-FRAMEWORK_6_0
>> || dev-master",
>> ....
>>
>> and doing a 'composer update'
>> but this did not change a thing.
>>
>> What's the proper procedure to get this fixed?
>>
>> thanks
>> & with best regards
>> Becki
>>
>>
>>
>> ==========
>>
>> {
>> "name": "horde/bundle",
>> "description": "A base project for a horde installation",
>> "type": "project",
>> "repositories": {
>> "0": {
>> "url": "https://horde-satis.maintaina.com",
>> "type": "composer"
>> }
>> },
>> "require": {
>> "composer-plugin-api": "^2.0",
>> "horde/horde-installer-plugin": "^2.5.1 || dev-FRAMEWORK_6_0
>> || dev-master",
>> "horde/horde": "^6 || dev-FRAMEWORK_6_0",
>> "horde/routes": "^3 || dev-FRAMEWORK_6_0",
>> "horde/hordectl": "^1 || dev-FRAMEWORK_6_0 || dev-master",
>> "pear/console_color2": "^0.1.2",
>> "pear/console_table": "^1.3",
>> "horde/imp": "dev-FRAMEWORK_6_0",
>> "horde/passwd": "dev-FRAMEWORK_6_0",
>> "horde/turba": "dev-FRAMEWORK_6_0"
>> },
>> "require-dev": {
>> "horde/test": "^3 || dev-FRAMEWORK_6_0 || dev-master"
>> },
>> "license": "GPL-3.0-only",
>> "authors": [
>> {
>> "name": "Ralf Lang",
>> "email": "lang at b1-systems.de"
>> }
>> ],
>> "minimum-stability": "dev",
>> "prefer-stable": true,
>> "extra": {
>> "installer-types": [
>> "horde-library",
>> "horde-application"
>> ]
>> },
>> "config": {
>> "allow-plugins": {
>> "horde/horde-installer-plugin": true
>> }
>> }
>> }
>>
>>
>> ==========
>>
More information about the horde
mailing list