first commit

This commit is contained in:
2018-08-01 16:00:05 +02:00
commit 944fd76206
3205 changed files with 356767 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"name": "birke/rememberme",
"version": "1.0.5",
"description": "Secure \"Remember Me\" functionality",
"keywords": [ "cookie", "remember", "security"],
"homepage": "https://github.com/gbirke/rememberme",
"license": "MIT",
"authors": [
{
"name": "Gabriel Birke",
"email": "gb@birke-software.de"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {"Birke\\": "src/"}
},
"require": {
"paragonie/random_compat": "^1.1.4"
},
"require-dev": {
"phpunit/phpunit": "4.*"
}
}