diff --git a/composer.json b/composer.json index b65507a353..3e4bd3c095 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "symfony/validator": "7.1.*", "symfony/webpack-encore-bundle": "2.2.*", "symfony/yaml": "7.1.*", - "symfonycasts/reset-password-bundle": "1.22.*", + "symfonycasts/reset-password-bundle": "1.23.*", "symfonycasts/verify-email-bundle": "1.17.*", "twig/extra-bundle": "3.13.*", "twig/twig": "3.14.*" diff --git a/composer.lock b/composer.lock index f7cc7221ea..989a08b9e0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "24484ac4c0438b5ef5d2884fd286af22", + "content-hash": "786842bf61d534cc99dcccb9d8963c72", "packages": [ { "name": "beberlei/doctrineextensions", @@ -12824,16 +12824,16 @@ }, { "name": "symfonycasts/reset-password-bundle", - "version": "v1.22.0", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/SymfonyCasts/reset-password-bundle.git", - "reference": "d9cf4395c0a19a3093bc51b10f508b38f98117f5" + "reference": "419a3283beb66392eca7030cf7c5c363b39b12b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SymfonyCasts/reset-password-bundle/zipball/d9cf4395c0a19a3093bc51b10f508b38f98117f5", - "reference": "d9cf4395c0a19a3093bc51b10f508b38f98117f5", + "url": "https://api.github.com/repos/SymfonyCasts/reset-password-bundle/zipball/419a3283beb66392eca7030cf7c5c363b39b12b1", + "reference": "419a3283beb66392eca7030cf7c5c363b39b12b1", "shasum": "" }, "require": { @@ -12848,9 +12848,10 @@ "doctrine/annotations": "^1.0", "doctrine/doctrine-bundle": "^2.8", "doctrine/orm": "^2.13", - "phpstan/phpstan": "^1.11.x-dev", "symfony/framework-bundle": "^5.4 | ^6.0 | ^7.0", - "symfony/phpunit-bridge": "^5.4 | ^6.0 | ^7.0" + "symfony/phpunit-bridge": "^5.4 | ^6.0 | ^7.0", + "symfony/process": "^6.4 | ^7.0 | ^7.1", + "symfonycasts/internal-test-helpers": "dev-main" }, "type": "symfony-bundle", "autoload": { @@ -12865,9 +12866,9 @@ "description": "Symfony bundle that adds password reset functionality.", "support": { "issues": "https://github.com/SymfonyCasts/reset-password-bundle/issues", - "source": "https://github.com/SymfonyCasts/reset-password-bundle/tree/v1.22.0" + "source": "https://github.com/SymfonyCasts/reset-password-bundle/tree/v1.23.0" }, - "time": "2024-06-06T11:59:57+00:00" + "time": "2024-11-08T11:57:33+00:00" }, { "name": "symfonycasts/verify-email-bundle",