Skip to content

Commit

Permalink
Merge pull request #32 from 123inkt/Add-symfony-6-support
Browse files Browse the repository at this point in the history
Add symfony 6 support
  • Loading branch information
frankdekker authored Dec 13, 2021
2 parents 78c7f41 + a91274b commit 12c2095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": ">=7.4",
"symfony/validator": "5.*",
"symfony/validator": "^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
Expand Down

0 comments on commit 12c2095

Please sign in to comment.