minor #38948 Add symfony/translation to the dev dependencies of symfony/security (derrabus)

This PR was merged into the 4.4 branch.

Discussion
----------

Add symfony/translation to the dev dependencies of symfony/security

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | N/A
| License       | MIT
| Doc PR        | N/A

Fixes https://travis-ci.com/github/symfony/symfony/jobs/423605540#L6749

Commits
-------

3a8570e569 Add symfony/translation to the dev dependencies of symfony/security.
This commit is contained in:
Nyholm 2020-11-01 19:56:22 +01:00
commit 006283dd81
No known key found for this signature in database
GPG Key ID: 1187B6F70C4F519E
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"symfony/validator": "^3.4.31|^4.3.4|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/ldap": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
"psr/log": "~1.0"
},
"conflict": {