bug #19743 [symfony/symfony] add "provides" for psr/cache-implementation (alcohol)

This PR was merged into the 3.1 branch.

Discussion
----------

[symfony/symfony] add "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
-------

2f4c801 add "provides" for psr/cache-implementation
This commit is contained in:
Christophe Coevoet 2016-08-26 12:02:38 +02:00
commit 0a4ded98ad

View File

@ -94,6 +94,9 @@
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.0"
},
"provides": {
"psr/cache-implementation": "1.0"
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",