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
This commit is contained in:
Nicolas Grekas 2016-08-26 13:41:46 +02:00
commit cb91ade74c

View File

@ -94,7 +94,7 @@
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.0"
},
"provides": {
"provide": {
"psr/cache-implementation": "1.0"
},
"autoload": {