diff --git a/composer.json b/composer.json index 93b242e..95ebff5 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "description": "Catch all bugs from all your applications in one place", "minimum-stability": "stable", "require": { + "symfony/webpack-encore-bundle": "v2.2.0", "php": ">=8.3", "api-platform/core": "^3.3", "easycorp/easyadmin-bundle": "^4.10", @@ -21,7 +22,7 @@ "symfony/rate-limiter": "7.4.*", "symfony/security-bundle": "7.4.*", "symfony/serializer": "7.4.*", - "symfony/stimulus-bundle": "2.x-dev", + "symfony/stimulus-bundle": "v2.20.0", "symfony/string": "7.4.*", "symfony/translation": "7.4.*", "symfony/twig-bundle": "7.4.*", @@ -30,9 +31,8 @@ "symfony/ux-live-component": "^2.17", "symfony/validator": "7.4.*", "symfony/web-link": "7.4.*", - "symfony/webpack-encore-bundle": "2.x-dev", "tito10047/doctrine-transaction": "^0.1.1", - "tito10047/persistent-state-bundle": "dev-main", + "tito10047/persistent-state-bundle": "0.1.2", "tito10047/php-sparkline": "^1.0", "twig/extra-bundle": "^2.12|^3.0", "twig/string-extra": "^3.10",