Skip to content

Commit cb91ade

Browse files
minor #19744 [symfony/symfony] fix typo in "provides" for psr/cache-implementation (alcohol)
This PR was merged into the 3.1 branch. Discussion ---------- [symfony/symfony] fix typo in "provides" for psr/cache-implementation | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #19742 | License | MIT Commits ------- 9ec4d3a fix typo
2 parents 0a4ded9 + 9ec4d3a commit cb91ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"phpdocumentor/reflection-docblock": "<3.0",
9595
"phpdocumentor/type-resolver": "<0.2.0"
9696
},
97-
"provides": {
97+
"provide": {
9898
"psr/cache-implementation": "1.0"
9999
},
100100
"autoload": {

0 commit comments

Comments
 (0)