Skip to content
Snippets Groups Projects
composer.json 1.19 KiB
Newer Older
{
    "name": "simplesamlphp/simplesamlphp",
    "description": "A PHP implementation of SAML 2.0 service provider and identity provider functionality. And is also compatible with Shibboleth 1.3 and 2.0.",
    "type": "project",
    "keywords": [ "saml2", "shibboleth","aselect","openid","oauth","ws-federation","sp","idp" ],
    "homepage": "http://simplesamlphp.org",
    "license": "LGPL-2.1",
    "authors": [
        {
            "name": "Andreas Åkre Solberg",
            "email": "andreas.solberg@uninett.no"
        },
        {
            "name": "Olav Morken",
            "email": "olav.morken@uninett.no"
        }
    ],
    "autoload": {
        "psr-0": {
        },
        "files": ["lib/_autoload_modules.php"]
    },
    "require": {
        "php": ">=5.3",
Brook Schofield's avatar
Brook Schofield committed
    "require-dev": {
    "support": {
        "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
        "source": "https://github.com/simplesamlphp/simplesamlphp"