Skip to content

Commit 29ba178

Browse files
committed
Improve composer.json descriptions
1 parent a6afc11 commit 29ba178

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)