mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 18:46:40 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user