34 lines
846 B
JSON
Executable File
34 lines
846 B
JSON
Executable File
{
|
|
"name": "jasny/sso",
|
|
"description": "Simple Single Sign-On",
|
|
"keywords": ["sso", "auth"],
|
|
"license": "MIT",
|
|
"homepage": "http://www.jasny.net/articles/simple-single-sign-on-for-php/",
|
|
"authors": [
|
|
{
|
|
"name": "Arnold Daniels",
|
|
"email": "arnold@jasny.net",
|
|
"homepage": "http://www.jasny.net"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/jasny/sso/issues",
|
|
"source": "https://github.com/jasny/sso"
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"desarrolla2/cache": "^2.0.0",
|
|
"jasny/validation-result": "^1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/codeception": "^2.1.0",
|
|
"jasny/php-code-quality": "^1.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jasny\\SSO\\": "src/"
|
|
}
|
|
}
|
|
}
|
|
|