Skip to content

Commit

Permalink
Add missing symfony/mime to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 8, 2020
1 parent c771557 commit 48272f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Serializer/composer.json
Expand Up @@ -28,6 +28,7 @@
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4.13|~4.0|^5.0",
"symfony/validator": "^3.4|^4.0|^5.0",
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/Validator/composer.json
Expand Up @@ -31,6 +31,7 @@
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2",
Expand Down

0 comments on commit 48272f0

Please sign in to comment.