Skip to content

Commit 6acb6a3

Browse files
committed
Fix some deprecations
1 parent 6401510 commit 6acb6a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/packages/twig_component.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
twig_component:
2+
anonymous_template_directory: 'components/'
3+
defaults:
4+
# Namespace & directory for components
5+
App\Twig\Components\: 'components/'

config/packages/validator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
validation:
3-
enable_annotations: true
3+
enable_attributes: true
44
email_validation_mode: html5
55

66
# Enables validator auto-mapping support.

0 commit comments

Comments
 (0)