Skip to content

Commit 11c156d

Browse files
committed
Adding missing requires for asset-mapper only feature
1 parent c006df7 commit 11c156d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symfony/stimulus-bundle/2.9/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"content": " {{ ux_controller_link_tags() }}",
4141
"position": "after_target",
4242
"target": "{% block stylesheets %}",
43-
"warn_if_missing": true
43+
"warn_if_missing": true,
44+
"requires": "symfony/asset-mapper"
4445
}
4546
]
4647
}

0 commit comments

Comments
 (0)