We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c590fda + 11c156d commit 4031f68Copy full SHA for 4031f68
symfony/stimulus-bundle/2.8/manifest.json
@@ -0,0 +1,6 @@
1
+{
2
+ "bundles": {
3
+ "Symfony\\UX\\StimulusBundle\\StimulusBundle": ["all"]
4
+ },
5
+ "aliases": ["stimulus", "stimulus-bundle"]
6
+}
symfony/stimulus-bundle/2.9/manifest.json
@@ -40,7 +40,8 @@
40
"content": " {{ ux_controller_link_tags() }}",
41
"position": "after_target",
42
"target": "{% block stylesheets %}",
43
- "warn_if_missing": true
+ "warn_if_missing": true,
44
+ "requires": "symfony/asset-mapper"
45
}
46
]
47
0 commit comments