Skip to content

Commit

Permalink
Fix some deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Nov 16, 2023
1 parent 6401510 commit 6acb6a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/packages/twig_component.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
twig_component:
anonymous_template_directory: 'components/'
defaults:
# Namespace & directory for components
App\Twig\Components\: 'components/'
2 changes: 1 addition & 1 deletion config/packages/validator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
validation:
enable_annotations: true
enable_attributes: true
email_validation_mode: html5

# Enables validator auto-mapping support.
Expand Down

0 comments on commit 6acb6a3

Please sign in to comment.