mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 07:50:08 +08:00
- Converted all non-flex bundles with available bundles into Symfony/Flex. - Updated namespaces to more closely match Symfony. - Removed unnecessary dependencies and recipes. - Executed Symfony/Flex recipes to create default configs. - Improved composer.json scripts.
8 lines
241 B
YAML
8 lines
241 B
YAML
framework:
|
|
validation:
|
|
email_validation_mode: html5
|
|
|
|
# Enables validator auto-mapping support.
|
|
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
|
|
#auto_mapping:
|
|
# App\Entity\: []
|