Skip to content
Snippets Groups Projects
Commit b5f9038d authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FEATURE: Composer.json & gitignore initialized

parent 9843f63e
Branches
No related merge requests found
vendor/
composer.lock
{
"name": "higidi/ninja-mutex",
"description": "Simple to use mutex implementation that can use directory, flock, memcache, memcached, mysql or redis (predis) for locking",
"license": "MIT",
"homepage": "https://git.higidi.com/higidi/ninja-mutex",
"keywords": [
"mutex",
"lock",
"locking",
"flock",
"memcache",
"memcached",
"mysql",
"redis"
],
"authors": [
{
"name": "Daniel Hürtgen",
"email": "daniel@higidi.de",
"homepage": "http://www.higidi.com",
"role": "Developer"
}
],
"support": {
"issues": "https://git.higidi.com/higidi/ninja-mutex/issues",
"source": "https://git.higidi.com/higidi/ninja-mutex"
},
"require": {
"php": ">=5.3.0"
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment