Skip to content

Commit be2ba6f

Browse files
committed
[Lock] Change symfony/lock dependency to 7.4 in composer.json
1 parent 102a490 commit be2ba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Bridge/DynamoDb/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=8.2",
2020
"async-aws/core": "^1.7",
2121
"async-aws/dynamo-db": "^3.0",
22-
"symfony/lock": "^7.3"
22+
"symfony/lock": "^7.4"
2323
},
2424
"conflict": {
2525
"symfony/polyfill-uuid": "<1.15"

0 commit comments

Comments
 (0)