[horde] Release Candidate Phase starts

Jean Charles Delépine delepine at u-picardie.fr
Sat May 2 10:45:24 UTC 2026


Hello Ralf,

Quoting Ralf Lang <ralf.lang at gmail.com>:

> Hello,
>
> after yesterday's public holiday we are back to issuing the first libraries
> as Release Candidates (RC) - the final phase before a Horde 6.0.0 stable/GA
> release.

I am currently setting up a new development environment  
(https://wiki.horde.org/Doc/Dev/H6/Installation
, Developer Install), but I am encountering some issues.

https://github.com/horde/components/issues/20 describes the first one :

In PathRepository.php line 228:
   Failed loading the package in  
/var/www/horde-git/horde/ext-xxhash/composer.json

In VersionParser.php line 191:
   Invalid version string "v3.0.0dev1"

When I remove the horde/ext-xxhash entry from composer.json, running  
composer install results in the following error:

   Problem 1
     - Root composer.json requires horde/horde ^6 || dev-FRAMEWORK_6_0  
-> satisfiable by horde/horde[v6.0.0beta18].
     - horde/core v3.0.0beta24 requires  
psr/simple-cache-implementation ^3 -> could not be found in any  
version, but the following packages provide it:
       - laravel/framework The Laravel Framework.
       - symfony/cache Provides extended PSR-6, PSR-16 (and tags)  
implementations
       - illuminate/cache The Illuminate Cache package.
       - cakephp/cakephp The CakePHP framework
       - symfony/symfony The Symfony PHP framework
       - laminas/laminas-cache Caching implementation with a variety  
of storage options, as well as codified caching strategies for
       - phpfastcache/phpfastcache PHP Abstract Cache Class - Reduce  
your database call using cache system. Phpfastcache handles a lot
       - ibericode/vat PHP library for dealing with EU VAT
       - matthiasmullie/scrapbook Scrapbook is a PHP cache library,  
with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and
       - cache/redis-adapter A PSR-6 cache implementation using Redis  
(PhpRedis). This implementation supports tags
       - cache/array-adapter A PSR-6 cache implementation using a php  
array. This implementation supports tags
       - cache/filesystem-adapter A PSR-6 cache implementation using  
filesystem. This implementation supports tags
       - neos/cache Neos Cache Framework
       - cakephp/cache Easy to use Caching library with support for  
multiple caching backends
       - voku/simple-cache Simple Cache library
       ... and 181 more.
       Consider requiring one of these to satisfy the  
psr/simple-cache-implementation requirement.
     - horde/horde v6.0.0beta18 requires horde/core ^3.0.0beta9 ||  
dev-FRAMEWORK_6_0 -> satisfiable by horde/core[v3.0.0beta24].

Potential causes:
  - A typo in the package name
  - The package is not available in a stable-enough version according  
to your minimum-stability setting
    see <https://getcomposer.org/doc/04-schema.md#minimum-stability>  
for more details.
  - It's a private package and you forgot to add a custom repository to find it

Adding Laravel/framework as a requirement allows the installation to  
complete successfully; however, I am not sure whether this is the  
expected implementation.

Sincerly,
     Jean Charles Delépine
-- 
Service systèmes et réseaux - DISI

Université de Picardie Jules Verne
5, rue du moulin neuf - 80000 Amiens



More information about the horde mailing list