From d8dc9a660366dce64729001728de9b7bc4e51887 Mon Sep 17 00:00:00 2001 From: onexhovia Date: Sat, 7 Dec 2024 20:10:30 +0700 Subject: [PATCH] Add stimulus bundle in dependency --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ba0943f39f..c0d03fcaef 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,7 @@ "symfony/security-core": "^5.4 || ^6.2 || ^7.0", "symfony/security-csrf": "^5.4 || ^6.2 || ^7.0", "symfony/serializer": "^5.4 || ^6.2 || ^7.0", + "symfony/stimulus-bundle": "^2.22", "symfony/string": "^5.4 || ^6.2 || ^7.0", "symfony/translation": "^5.4 || ^6.2 || ^7.0", "symfony/translation-contracts": "^2.3 || ^3.0",