Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit d07eb00

Browse files
committed
fix
1 parent 530f65e commit d07eb00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Chain/Chat/MessageStore/CacheStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct(
1717
private int $ttl = 86400,
1818
) {
1919
if (!interface_exists(CacheItemPoolInterface::class)) {
20-
throw new \RuntimeException('For using the CacheStore as message store, the psr/cache package is required. Try running "composer require psr/cache".');
20+
throw new \RuntimeException('For using the CacheStore as message store, a PSR-6 cache implementation is required. Try running "composer require symfony/cache" or another PSR-6 compatible cache.');
2121
}
2222
}
2323

0 commit comments

Comments
 (0)