We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed325e commit b145c81Copy full SHA for b145c81
src/StimulusBundle/assets/package.json
@@ -20,6 +20,6 @@
20
},
21
"peerDependencies": {
22
"@hotwired/stimulus": "^3.0.0",
23
- "@symfony/stimulus-bridge": "^3.2.0"
+ "@symfony/stimulus-bridge": "^3.2.0 || ^4.0.0"
24
}
25
yarn.lock
@@ -2814,7 +2814,7 @@ __metadata:
2814
resolution: "@symfony/stimulus-bundle@workspace:src/StimulusBundle/assets"
2815
peerDependencies:
2816
"@hotwired/stimulus": ^3.0.0
2817
- "@symfony/stimulus-bridge": ^3.2.0
+ "@symfony/stimulus-bridge": ^3.2.0 || ^4.0.0
2818
languageName: unknown
2819
linkType: soft
2820
0 commit comments