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.3",
"recipe": {
"repo": "4.3",
"branch": "master",
"version": "4.3",
"ref": "3eb8df139ec05414489d55b97603c5f6ca0c44cb"
}
}
},
"manifests": {
"symfony/validator": {
"repository": "github.com/symfony/recipes",
"package": "symfony/validator",
"version": "4.3",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": [
"validation"
]
},
"files": {
"config/packages/validator.yaml": {
"contents": "framework:\n validation:\n email_validation_mode: html5\n\n # Enables validator auto-mapping support.\n # For instance, basic validation constraints will be inferred from Doctrine's metadata.\n #auto_mapping:\n # App\\Entity\\: []\n",
"executable": false,
"encoding": ""
},
"config/packages/test/validator.yaml": {
"contents": "framework:\n validation:\n not_compromised_password: false\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/validator:4.3@github.com/symfony/recipes:master",
"not_installable": false,
"is_contrib": false
}
}
}