Skip to content

Commit 2f4c801

Browse files
committed
add "provides" for psr/cache-implementation
solves #19742
1 parent 16893a0 commit 2f4c801

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
"phpdocumentor/reflection-docblock": "<3.0",
9595
"phpdocumentor/type-resolver": "<0.2.0"
9696
},
97+
"provides": {
98+
"psr/cache-implementation": "1.0"
99+
},
97100
"autoload": {
98101
"psr-4": {
99102
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",

0 commit comments

Comments
 (0)