273 lines
9.2 KiB
JSON
273 lines
9.2 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"hash": "bb9526f4307712d731a88758f3903639",
|
|
"content-hash": "eff76bfaa958c3f30a87781731812450",
|
|
"packages": [
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "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",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2016-10-10 12:19:37"
|
|
},
|
|
{
|
|
"name": "robrichards/xmlseclibs",
|
|
"version": "1.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/robrichards/xmlseclibs.git",
|
|
"reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/79fb5e03c4ee4dc3ec77e4b2628231374364a017",
|
|
"reference": "79fb5e03c4ee4dc3ec77e4b2628231374364a017",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">= 5.2"
|
|
},
|
|
"suggest": {
|
|
"ext/mcrypt": "MCrypt extension",
|
|
"ext/openssl": "OpenSSL extension"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "A PHP library for XML Security",
|
|
"homepage": "https://github.com/robrichards/xmlseclibs",
|
|
"keywords": [
|
|
"security",
|
|
"signature",
|
|
"xml",
|
|
"xmldsig"
|
|
],
|
|
"time": "2016-09-08 13:31:44"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/saml2",
|
|
"version": "v1.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/saml2.git",
|
|
"reference": "2a2bd4398257cbe72251c68348be72707cc77262"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/2a2bd4398257cbe72251c68348be72707cc77262",
|
|
"reference": "2a2bd4398257cbe72251c68348be72707cc77262",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-openssl": "*",
|
|
"php": ">=5.3.3",
|
|
"psr/log": "~1.0",
|
|
"robrichards/xmlseclibs": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.9",
|
|
"phpmd/phpmd": "~1.5",
|
|
"phpunit/phpunit": "~3.7",
|
|
"satooshi/php-coveralls": "~0.6.1",
|
|
"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",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"description": "SAML2 PHP library from SimpleSAMLphp",
|
|
"time": "2016-12-02 12:45:13"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp",
|
|
"version": "v1.14.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp.git",
|
|
"reference": "353a77be570b29f42812a44245947b4fb030a5da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/353a77be570b29f42812a44245947b4fb030a5da",
|
|
"reference": "353a77be570b29f42812a44245947b4fb030a5da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-date": "*",
|
|
"ext-dom": "*",
|
|
"ext-hash": "*",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"ext-spl": "*",
|
|
"ext-zlib": "*",
|
|
"php": ">=5.3",
|
|
"robrichards/xmlseclibs": "~1.4.1",
|
|
"simplesamlphp/saml2": "~1.9.1",
|
|
"whitehat101/apr1-md5": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo_sqlite": "*",
|
|
"phpunit/phpunit": "~3.7",
|
|
"satooshi/php-coveralls": "^1.0"
|
|
},
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SimpleSAML": "lib/"
|
|
},
|
|
"files": [
|
|
"lib/_autoload_modules.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olav.morken@uninett.no"
|
|
},
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"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.",
|
|
"homepage": "http://simplesamlphp.org",
|
|
"keywords": [
|
|
"OpenId",
|
|
"SAML2",
|
|
"aselect",
|
|
"idp",
|
|
"oauth",
|
|
"shibboleth",
|
|
"sp",
|
|
"ws-federation"
|
|
],
|
|
"time": "2017-03-30 12:11:17"
|
|
},
|
|
{
|
|
"name": "whitehat101/apr1-md5",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/whitehat101/apr1-md5.git",
|
|
"reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/whitehat101/apr1-md5/zipball/8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
|
|
"reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.0.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WhiteHat101\\Crypt\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeremy Ebler",
|
|
"email": "jebler@gmail.com"
|
|
}
|
|
],
|
|
"description": "Apache's APR1-MD5 algorithm in pure PHP",
|
|
"homepage": "https://github.com/whitehat101/apr1-md5",
|
|
"keywords": [
|
|
"MD5",
|
|
"apr1"
|
|
],
|
|
"time": "2015-02-11 11:06:42"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": {
|
|
"ext-pdo_sqlite": "*"
|
|
}
|
|
}
|