Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-19 15:27:48 +00:00
parent f6a174e0da
commit c52f4eb34d
180 changed files with 9768 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"locks": {
"symfony/validator": {
"version": "4.1",
"recipe": {
"repo": "4.1",
"branch": "master",
"version": "4.1",
"ref": "21ab70175caf1e4b273791364fb30d27f1153546"
}
}
},
"manifests": {
"symfony/validator": {
"repository": "github.com/symfony/recipes",
"package": "symfony/validator",
"version": "4.1",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": [
"validation"
]
},
"files": {
"config/packages/validator.yaml": {
"contents": "framework:\n validation:\n email_validation_mode: html5\n",
"executable": false,
"encoding": ""
},
"config/packages/test/validator.yaml": {
"contents": "framework:\n validation:\n # As of Symfony 4.3 you can disable the NotCompromisedPassword Validator\n # not_compromised_password: false\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/validator:4.1@github.com/symfony/recipes:master",
"not_installable": false,
"is_contrib": false
}
}
}