diff options
Diffstat (limited to 'vendor/symfony/cache-contracts/README.md')
-rw-r--r-- | vendor/symfony/cache-contracts/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/symfony/cache-contracts/README.md b/vendor/symfony/cache-contracts/README.md new file mode 100644 index 0000000..ffe0833 --- /dev/null +++ b/vendor/symfony/cache-contracts/README.md | |||
@@ -0,0 +1,9 @@ | |||
1 | Symfony Cache Contracts | ||
2 | ======================= | ||
3 | |||
4 | A set of abstractions extracted out of the Symfony components. | ||
5 | |||
6 | Can be used to build on semantics that the Symfony components proved useful and | ||
7 | that already have battle tested implementations. | ||
8 | |||
9 | See https://github.com/symfony/contracts/blob/main/README.md for more information. | ||