bug #38888 remove reflection-docblock from mime requirements (garak)

This PR was squashed before being merged into the 5.2-dev branch.

Discussion
----------

remove reflection-docblock from mime requirements

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38886
| License       | MIT
| Doc PR        | not needed

See related issue

Commits
-------

f33d16f0b9 remove reflection-docblock from mime requirements
This commit is contained in:
Fabien Potencier 2020-10-30 15:55:46 +01:00
commit 5701b8bd73

View File

@ -17,18 +17,18 @@
],
"require": {
"php": ">=7.2.5",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.15",
"symfony/property-access": "^4.4|^5.1",
"symfony/property-info": "^4.4|^5.1",
"symfony/serializer": "^5.2"
"symfony/polyfill-php80": "^1.15"
},
"require-dev": {
"egulias/email-validator": "^2.1.10",
"symfony/dependency-injection": "^4.4|^5.0"
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.1",
"symfony/property-info": "^4.4|^5.1",
"symfony/serializer": "^5.2"
},
"conflict": {
"symfony/mailer": "<4.4"