Skip to content

Commit

Permalink
Merge pull request #3296 from acrobat/remove-email-validator
Browse files Browse the repository at this point in the history
[AllBundles] Removed unused egulias/email-validator dependency
  • Loading branch information
acrobat authored Jun 17, 2023
2 parents df6f35e + 82565d4 commit 1cfe41f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions UPGRADE-6.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ General
In 7.0 `@kunstmaan_mailer` will be removed and the symfony mailer will be used by default.
- We replaced the abandoned `twig/extensions` packages by the replacement sub packages. If you use any of the twig filters/functions
of the `twig/extensions` package, make sure to require the necessary replacement package in your project.
- Removed unused `egulias/email-validator` dependency. If you use this in your project, add `egulias/email-validator` to your project composer.json.

AdminBundle
-----------
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"twig/twig": "^3.6",
"twig/extra-bundle": "^3.6",
"twig/string-extra": "^3.6",
"egulias/email-validator": "^1.2.8|^2.0",
"openspout/openspout": "^4.0",
"ruflin/elastica": "^7.0",
"behat/transliterator": "^1.3.0",
Expand Down

0 comments on commit 1cfe41f

Please sign in to comment.