first commit
This commit is contained in:
@@ -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.*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user