File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Symfony/Component/Lock Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " symfony/amazon-dynamodb -lock" ,
2+ "name" : " symfony/amazon-dynamo-db -lock" ,
33 "type" : " symfony-lock-bridge" ,
44 "description" : " Symfony Amazon DynamoDb extension Lock Bridge" ,
55 "keywords" : [],
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public static function createStore(#[\SensitiveParameter] object|string $connect
3030 {
3131 switch (true ) {
3232 case $ connection instanceof DynamoDbClient:
33- self ::requireBridgeClass (DynamoDbStore::class, 'symfony/amazon-dynamodb -lock ' );
33+ self ::requireBridgeClass (DynamoDbStore::class, 'symfony/amazon-dynamo-db -lock ' );
3434
3535 return new DynamoDbStore ($ connection );
3636
@@ -68,7 +68,7 @@ public static function createStore(#[\SensitiveParameter] object|string $connect
6868 return new SemaphoreStore ();
6969
7070 case str_starts_with ($ connection , 'dynamodb:// ' ):
71- self ::requireBridgeClass (DynamoDbStore::class, 'symfony/amazon-dynamodb -lock ' );
71+ self ::requireBridgeClass (DynamoDbStore::class, 'symfony/amazon-dynamo-db -lock ' );
7272
7373 return new DynamoDbStore ($ connection );
7474
You can’t perform that action at this time.
0 commit comments