Skip to content
Snippets Groups Projects
composer.lock 5.13 KiB
Newer Older
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
Jaime Perez's avatar
Jaime Perez committed
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    "hash": "906956bd53381b35bc7ea898a724ad07",
    "packages": [
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "simplesamlphp/saml2",
Jaime Perez's avatar
Jaime Perez committed
            "version": "v0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/saml2.git",
Jaime Perez's avatar
Jaime Perez committed
                "reference": "497152245ec73c3f96c84306dcddf850017b84a8"
            },
            "dist": {
                "type": "zip",
Jaime Perez's avatar
Jaime Perez committed
                "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/497152245ec73c3f96c84306dcddf850017b84a8",
                "reference": "497152245ec73c3f96c84306dcddf850017b84a8",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-openssl": "*",
                "php": ">=5.3.3",
                "psr/log": "1.0.0",
Jaime Perez's avatar
Jaime Perez committed
                "simplesamlphp/xmlseclibs": "~1.3.1"
            },
            "require-dev": {
                "phpmd/phpmd": "~1.5",
                "phpunit/phpunit": "~3.7",
                "sebastian/phpcpd": "~1.4",
                "sensiolabs/security-checker": "~1.1",
                "squizlabs/php_codesniffer": "~1.4"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "SAML2_": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Andreas Åkre Solberg",
Jaime Perez's avatar
Jaime Perez committed
                    "email": "andreas.solberg@uninett.no"
                }
            ],
            "description": "SAML2 PHP library from SimpleSAMLphp",
Jaime Perez's avatar
Jaime Perez committed
            "time": "2014-10-07 13:40:34"
        },
        {
            "name": "simplesamlphp/xmlseclibs",
            "version": "v1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/xmlseclibs.git",
Jaime Perez's avatar
Jaime Perez committed
                "reference": "734e80899ade295b979de08553161cad63c2dd98"
Jaime Perez's avatar
Jaime Perez committed
            },
            "dist": {
                "type": "zip",
Jaime Perez's avatar
Jaime Perez committed
                "url": "https://api.github.com/repos/simplesamlphp/xmlseclibs/zipball/734e80899ade295b979de08553161cad63c2dd98",
                "reference": "734e80899ade295b979de08553161cad63c2dd98",
Jaime Perez's avatar
Jaime Perez committed
                "shasum": ""
            },
            "replace": {
                "cdatazone/xmlseclibs": "self.version",
                "fr3d/xmlseclibs": "self.version",
                "robrichards/xmlseclibs": "self.version"
            },
            "suggest": {
                "ext/mcrypt": "",
                "ext/openssl": ""
            },
            "type": "library",
            "autoload": {
                "files": [
                    "xmlseclibs.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Rob Richards"
                }
            ],
            "description": "A PHP library for XML Security",
            "homepage": "http://code.google.com/p/xmlseclibs/",
            "keywords": [
                "certificate",
                "security",
                "signature",
                "signing",
                "x.509",
                "xml",
                "xmlsec"
            ],
            "time": "2013-06-19 00:00:00"
Jaime Perez's avatar
Jaime Perez committed
    "packages-dev": [],
    "minimum-stability": "stable",
Jaime Perez's avatar
Jaime Perez committed
    "prefer-stable": false,
    "platform": {
        "php": "~5.3"
Jaime Perez's avatar
Jaime Perez committed
    "platform-dev": []