Skip to content

Commit

Permalink
Merge branch '5.1' into 5.2
Browse files Browse the repository at this point in the history
* 5.1:
  Improve composer.json descriptions
  • Loading branch information
fabpot committed Jan 10, 2021
2 parents ad8baff + 40a5fa0 commit 1880b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Lock Component
==============

The Lock component creates and manages locks, a mechanism to provide exclusive
access to a shared resource.

Resources
---------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "symfony/lock",
"type": "library",
"description": "Symfony Lock Component",
"description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
"keywords": ["locking", "redlock", "mutex", "semaphore", "flock", "cas"],
"homepage": "https://symfony.com",
"license": "MIT",
Expand Down

0 comments on commit 1880b6b

Please sign in to comment.