Skip to content

Commit 40a5fa0

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Improve composer.json descriptions
2 parents ff8990f + 29ba178 commit 40a5fa0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Lock Component
22
==============
33

4+
The Lock component creates and manages locks, a mechanism to provide exclusive
5+
access to a shared resource.
6+
47
Resources
58
---------
69

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/lock",
33
"type": "library",
4-
"description": "Symfony Lock Component",
4+
"description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
55
"keywords": ["locking", "redlock", "mutex", "semaphore", "flock", "cas"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)