34 lines
850 B
JSON
34 lines
850 B
JSON
{
|
|
"name": "symfony/lock",
|
|
"type": "library",
|
|
"description": "Symfony Lock Component",
|
|
"keywords": ["locking", "redlock", "mutex", "semaphore", "flock", "cas"],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jérémy Derussé",
|
|
"email": "jeremy@derusse.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/polyfill-php70": "~1.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"predis/predis": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Lock\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|