Skip to content

Commit f18701c

Browse files
committed
Update README.md
1 parent 2ecec8f commit f18701c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Lightweight library that discovers available [PSR-6 Cache](https://www.php-fig.org/psr/psr-6/) implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.**
22

3-
This package is part of the [PSR Discovery](https://github.com/psr-discovery) utility suite, which also supports [PSR-18 HTTP Clients](https://github.com/psr-discovery/http-client-implementations), [PSR-17 HTTP Factories](https://github.com/psr-discovery/http-factory-implementations), [PSR-14 Event Dispatcher](https://github.com/psr-discovery/event-dispatcher-implementations), [PSR-11 Container](https://github.com/psr-discovery/container-implementations) and [PSR-3 Loggers](https://github.com/psr-discovery/log-implementations).
3+
This package is part of the [PSR Discovery](https://github.com/psr-discovery) utility suite, which also supports [PSR-18 HTTP Clients](https://github.com/psr-discovery/http-client-implementations), [PSR-17 HTTP Factories](https://github.com/psr-discovery/http-factory-implementations), [PSR-14 Event Dispatcher](https://github.com/psr-discovery/event-dispatcher-implementations), [PSR-11 Containers](https://github.com/psr-discovery/container-implementations) and [PSR-3 Logs](https://github.com/psr-discovery/log-implementations).
44

55
This is largely intended for inclusion in libraries like SDKs that wish to support PSR-6 Caches without requiring hard dependencies on specific implementations or demanding extra configuration by users.
66

0 commit comments

Comments
 (0)