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 90a8d2c commit 821a720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 821a720

Please sign in to comment.