mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Updated symfony/validator recipe
This commit is contained in:
parent
ed64dbf684
commit
d22dfd7dd7
3 changed files with 9 additions and 8 deletions
|
@ -1,3 +0,0 @@
|
||||||
framework:
|
|
||||||
validation:
|
|
||||||
not_compromised_password: false
|
|
|
@ -6,3 +6,8 @@ framework:
|
||||||
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
|
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
|
||||||
#auto_mapping:
|
#auto_mapping:
|
||||||
# App\Entity\: []
|
# App\Entity\: []
|
||||||
|
|
||||||
|
when@test:
|
||||||
|
framework:
|
||||||
|
validation:
|
||||||
|
not_compromised_password: false
|
||||||
|
|
|
@ -750,16 +750,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"symfony/validator": {
|
"symfony/validator": {
|
||||||
"version": "4.3",
|
"version": "5.4",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"repo": "github.com/symfony/recipes",
|
"repo": "github.com/symfony/recipes",
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"version": "4.3",
|
"version": "5.3",
|
||||||
"ref": "3eb8df139ec05414489d55b97603c5f6ca0c44cb"
|
"ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./config/packages/test/validator.yaml",
|
"config/packages/validator.yaml"
|
||||||
"./config/packages/validator.yaml"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"symfony/var-dumper": {
|
"symfony/var-dumper": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue