summaryrefslogtreecommitdiff
path: root/vendor/symfony/cache-contracts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/cache-contracts/README.md')
-rw-r--r--vendor/symfony/cache-contracts/README.md9
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 @@
1Symfony Cache Contracts
2=======================
3
4A set of abstractions extracted out of the Symfony components.
5
6Can be used to build on semantics that the Symfony components proved useful and
7that already have battle tested implementations.
8
9See https://github.com/symfony/contracts/blob/main/README.md for more information.