From 34635568d9212e5e5f8a976f5ff4ae3153a9e2e3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 15 Sep 2025 08:40:48 +0200 Subject: [PATCH] fix package name --- components/lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lock.rst b/components/lock.rst index 656a2472749..51a065cdab1 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -717,7 +717,7 @@ The DynamoDbStore saves locks on a Amazon DynamoDB table. Install it by running: .. code-block:: terminal - $ composer require symfony/amazon-dynamodb-lock + $ composer require symfony/amazon-dynamo-db-lock It requires a `DynamoDbClient`_ instance or a `Data Source Name (DSN)`_. This store does not support blocking, and expects a TTL to avoid stalled locks::