Updated stimulus recipe

This commit is contained in:
Jan Böhmer 2025-11-30 15:07:27 +01:00
parent 52a9975769
commit 4750a50fb9
5 changed files with 10 additions and 8 deletions

View file

@ -655,18 +655,18 @@
"version": "v1.1.5"
},
"symfony/stimulus-bundle": {
"version": "2.27",
"version": "2.31",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.20",
"ref": "e058471c5502e549c1404ebdd510099107bb5549"
"version": "2.24",
"ref": "3357f2fa6627b93658d8e13baa416b2a94a50c5f"
},
"files": [
"assets/bootstrap.js",
"assets/controllers.json",
"assets/controllers/csrf_protection_controller.js",
"assets/controllers/hello_controller.js"
"assets/controllers/hello_controller.js",
"assets/stimulus_bootstrap.js"
]
},
"symfony/stopwatch": {