{ "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" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Exception | Folder | 0755 |
|
|
Store | Folder | 0755 |
|
|
Strategy | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitignore | File | 34 B | 0644 |
|
CHANGELOG.md | File | 57 B | 0644 |
|
Factory.php | File | 1.27 KB | 0644 |
|
Key.php | File | 2.18 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
Lock.php | File | 5.71 KB | 0644 |
|
LockInterface.php | File | 1.71 KB | 0644 |
|
README.md | File | 408 B | 0644 |
|
StoreInterface.php | File | 1.6 KB | 0644 |
|
composer.json | File | 850 B | 0644 |
|
phpunit.xml.dist | File | 939 B | 0644 |
|