Skip to content

Commit

Permalink
Require warden-core and warden-validator-symfony at ^1.2.1
Browse files Browse the repository at this point in the history
So we can use the new `mode=strict` annotation on email fields to replace the deprecated `checkMX=true` which was removed in symfony validator v5
  • Loading branch information
craig410 committed Feb 13, 2024
1 parent 4d08da5 commit 59e7e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"ingenerator/kohana-extras": "^3.1",
"ingenerator/kohana-view": "^4.4",
"ingenerator/tokenista": "^1.4",
"ingenerator/warden-core": "^1.2",
"ingenerator/warden-core": "^1.2.1",
"ingenerator/warden-persistence-doctrine": "^1.2",
"ingenerator/warden-validator-symfony": "^1.2",
"ingenerator/warden-validator-symfony": "^1.2.1",
"symfony/mailer": "^6.3 || ^7.0"
},
"require-dev": {
Expand All @@ -37,7 +37,7 @@
},
"conflict": {
"egulias/email-validator": "<3.2.1",
"symfony/validator": "<6.0"
"symfony/validator": ">5.4.35"
},
"repositories": [
{
Expand Down

0 comments on commit 59e7e17

Please sign in to comment.