![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/malkusch/lock/ |
{ "name": "malkusch/lock", "type": "library", "description": "Mutex library for exclusive code execution.", "keywords": ["mutex", "lock", "locking", "flock", "semaphore", "redlock", "memcache", "redis", "cas", "advisory locks", "mysql", "postgresql"], "homepage": "https://github.com/malkusch/lock", "license": "WTFPL", "authors": [ { "name": "Markus Malkusch", "email": "[email protected]", "homepage": "http://markus.malkusch.de", "role": "Developer" }, { "name": "Willem Stuursma-Ruwen", "email": "[email protected]", "role": "Developer" } ], "autoload": { "psr-4": {"malkusch\\lock\\": "classes/"} }, "config": { "sort-packages": true }, "require": { "php": ">=5.6", "psr/log": "^1", "paragonie/random_compat": "^1|^2" }, "require-dev": { "ext-memcached": "*", "ext-pcntl": "*", "ext-pdo_mysql": "*", "ext-pdo_sqlite": "*", "ext-redis": "*", "eloquent/liberator": "^2.0", "johnkary/phpunit-speedtrap": "^1.0", "kriswallsmith/spork": "^0.3", "mikey179/vfsStream": "^1.5.0", "php-mock/php-mock-phpunit": "^1", "phpunit/phpunit": "^5", "predis/predis": "~1.0", "squizlabs/php_codesniffer": "^3.2" }, "suggest": { "ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts" }, "archive": { "exclude": ["/tests"] }, "scripts": { "fix-cs": "vendor/bin/phpcbf --standard=PSR2 classes/ tests/" } }