There was a problem fetching the pipeline stages.
FEATURE: PhpRedisLock implementing the LockExpirationInterface
parent
bdf36ed8
Branches
Pipeline
#362
failed
with stages
in
16 seconds
... | @@ -25,6 +25,11 @@ | ... | @@ -25,6 +25,11 @@ |
"issues": "https://git.higidi.com/higidi/ninja-mutex/issues", | "issues": "https://git.higidi.com/higidi/ninja-mutex/issues", | ||
"source": "https://git.higidi.com/higidi/ninja-mutex" | "source": "https://git.higidi.com/higidi/ninja-mutex" | ||
}, | }, | ||
"autoload": { | |||
"psr-4": { | |||
"Higidi\\NinjaMutex\\": "src/" | |||
} | |||
}, | |||
"autoload-dev": { | "autoload-dev": { | ||
"psr-4": { | "psr-4": { | ||
"Higidi\\NinjaMutex\\Tests\\": "tests/" | "Higidi\\NinjaMutex\\Tests\\": "tests/" | ||
... | @@ -36,6 +41,7 @@ | ... | @@ -36,6 +41,7 @@ |
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"squizlabs/php_codesniffer": "^2.9||^3.0", | "squizlabs/php_codesniffer": "^2.9||^3.0", | ||
"phpunit/phpunit": "^4.5||^5.0.5" | "phpunit/phpunit": "^4.5||^5.0.5", | ||
"ext-redis": "*" | |||
} | } | ||
} | } |
src/Lock/PhpRedisLock.php
0 → 100644
tests/Unit/Lock/PhpRedisLockTest.php
0 → 100644
Please register or sign in to comment