summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 616fbe2c01a2b9722a5caa523c1d6de243d970f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "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/"
        }
    }
}