minor #22041 [FrameworkBundle] fix package name in conflict rule (xabbuh)

This PR was merged into the 3.2 branch.

Discussion
----------

[FrameworkBundle] fix package name in conflict rule

| Q             | A
| ------------- | ---
| Branch?       | 3.2
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #22032
| License       | MIT
| Doc PR        |

Commits
-------

71e93dddf2 fix package name in conflict rule
This commit is contained in:
Fabien Potencier 2017-03-17 07:56:05 -07:00
commit 813a7e9ef3

View File

@ -61,7 +61,7 @@
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.0",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/translations": "<3.2"
"symfony/translation": "<3.2"
},
"suggest": {
"ext-apcu": "For best performance of the system caches",