* SAML/Shibboleth: update phpSimpleSAML to 1.19.0 to support Shibboleth v4.0

This commit is contained in:
Ralf Becker 2021-04-20 12:15:38 +02:00
parent f89c8cfb03
commit ff41afe085
2 changed files with 576 additions and 84 deletions

View File

@ -109,7 +109,9 @@
"pear/xml_feed_parser": "^1.0.5",
"phpseclib/phpseclib": "^2.0.31",
"pragmarx/google2fa-qrcode": "^1.0",
"simplesamlphp/simplesamlphp": "^1.18",
"robrichards/xmlseclibs": "^3.1.1",
"simplesamlphp/simplesamlphp": "^1.19.0",
"simplesamlphp/twig-configurable-i18n": "~2.3.3",
"tinymce/tinymce": "^5"
},
"require-dev": {

656
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "9ac41873fd0abaeebf62cf1f6e0706de",
"content-hash": "56eea625d001184cb0fa4c0b0357c5ea",
"packages": [
{
"name": "adldap2/adldap2",
@ -4507,6 +4507,52 @@
],
"time": "2019-03-20T16:42:58+00:00"
},
{
"name": "psr/cache",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
"reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"time": "2021-02-03T23:23:37+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
@ -4761,16 +4807,16 @@
},
{
"name": "robrichards/xmlseclibs",
"version": "3.1.0",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/robrichards/xmlseclibs.git",
"reference": "8d8e56ca7914440a8c60caff1a865e7dff1d9a5a"
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/8d8e56ca7914440a8c60caff1a865e7dff1d9a5a",
"reference": "8d8e56ca7914440a8c60caff1a865e7dff1d9a5a",
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
"shasum": ""
},
"require": {
@ -4795,7 +4841,7 @@
"xml",
"xmldsig"
],
"time": "2020-04-22T17:19:51+00:00"
"time": "2020-09-05T13:00:25+00:00"
},
{
"name": "simplesamlphp/composer-module-installer",
@ -4885,16 +4931,16 @@
},
{
"name": "simplesamlphp/simplesamlphp",
"version": "v1.18.7",
"version": "v1.19.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp.git",
"reference": "c62e32c807d50ada1fd6f4792e2054a0471100ad"
"reference": "7082d518a5d23b85d8ede6c143d303ab3f9d3a2b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/c62e32c807d50ada1fd6f4792e2054a0471100ad",
"reference": "c62e32c807d50ada1fd6f4792e2054a0471100ad",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/7082d518a5d23b85d8ede6c143d303ab3f9d3a2b",
"reference": "7082d518a5d23b85d8ede6c143d303ab3f9d3a2b",
"shasum": ""
},
"require": {
@ -4907,11 +4953,11 @@
"ext-pcre": "*",
"ext-spl": "*",
"ext-zlib": "*",
"gettext/gettext": "^4.6",
"php": ">=5.6",
"phpmailer/phpmailer": "^6.0",
"robrichards/xmlseclibs": "^3.0.4",
"simplesamlphp/saml2": "^3.4 || ^4.0",
"gettext/gettext": "^4.8",
"php": ">=7.1 <8.0",
"phpmailer/phpmailer": "^6.1",
"robrichards/xmlseclibs": "^3.1",
"simplesamlphp/saml2": "^4.1",
"simplesamlphp/simplesamlphp-module-adfs": "^0.9",
"simplesamlphp/simplesamlphp-module-authcrypt": "^0.9",
"simplesamlphp/simplesamlphp-module-authfacebook": "^0.9",
@ -4927,7 +4973,7 @@
"simplesamlphp/simplesamlphp-module-discopower": "^0.9",
"simplesamlphp/simplesamlphp-module-exampleattributeserver": "^1.0",
"simplesamlphp/simplesamlphp-module-expirycheck": "^0.9",
"simplesamlphp/simplesamlphp-module-ldap": "^0.9",
"simplesamlphp/simplesamlphp-module-ldap": "^0.9 | ^1.0",
"simplesamlphp/simplesamlphp-module-memcachemonitor": "^0.9",
"simplesamlphp/simplesamlphp-module-memcookie": "^1.2",
"simplesamlphp/simplesamlphp-module-metarefresh": "^0.9",
@ -4940,24 +4986,26 @@
"simplesamlphp/simplesamlphp-module-smartattributes": "^0.9",
"simplesamlphp/simplesamlphp-module-sqlauth": "^0.9",
"simplesamlphp/simplesamlphp-module-statistics": "^0.9",
"simplesamlphp/twig-configurable-i18n": "^2.1",
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/routing": "^3.4 || ^4.0",
"symfony/yaml": "^3.4 || ^4.0",
"twig/twig": "~1.0 || ~2.0",
"whitehat101/apr1-md5": "~1.0"
"simplesamlphp/twig-configurable-i18n": "~2.3.3",
"symfony/cache": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/console": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/finder": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0",
"symfony/var-exporter": "^4.4 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0",
"twig/twig": "^1.43 || ^2.0"
},
"require-dev": {
"ext-curl": "*",
"mikey179/vfsstream": "~1.6",
"phpunit/phpunit": "~5.7",
"sensiolabs/security-checker": "^5.0.3",
"simplesamlphp/simplesamlphp-test-framework": "^0.0.14",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "~1.1.9"
"phpunit/phpunit": "^7.5",
"simplesamlphp/simplesamlphp-test-framework": "^0.1.2",
"vimeo/psalm": "~3.14"
},
"suggest": {
"ext-curl": "Needed in order to check for updates automatically",
@ -5006,7 +5054,7 @@
"sp",
"ws-federation"
],
"time": "2020-05-12T12:24:31+00:00"
"time": "2021-01-19T13:52:54+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-adfs",
@ -6336,24 +6384,28 @@
},
{
"name": "simplesamlphp/twig-configurable-i18n",
"version": "v2.2",
"version": "v2.3.4",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/twig-configurable-i18n.git",
"reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd"
"reference": "e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/b036c134157ce40ed66da2fc9d01f63e3b1d3abd",
"reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd",
"url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a",
"reference": "e2bffc7eed3112a0b3870ef5b4da0fd74c7c4b8a",
"shasum": ""
},
"require": {
"twig/extensions": "^1.5"
"php": ">=7.1",
"twig/extensions": "@dev"
},
"require-dev": {
"phpunit/phpunit": "~4.8.36 || ~7.5",
"twig/twig": "^1.37 || ^2.7"
"phpunit/phpunit": "^7.5",
"sensiolabs/security-checker": "~6.0.3",
"simplesamlphp/simplesamlphp-test-framework": "~0.1.2",
"squizlabs/php_codesniffer": "^3.5",
"twig/twig": "^2.13"
},
"type": "project",
"autoload": {
@ -6380,7 +6432,7 @@
"translation",
"twig"
],
"time": "2019-07-09T08:35:44+00:00"
"time": "2020-08-27T12:51:10+00:00"
},
{
"name": "slim/slim",
@ -6493,6 +6545,146 @@
"description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
"time": "2018-11-12T15:49:49+00:00"
},
{
"name": "symfony/cache",
"version": "v5.2.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "093d69bb10c959553c8beb828b8d4ea250a247dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/093d69bb10c959553c8beb828b8d4ea250a247dd",
"reference": "093d69bb10c959553c8beb828b8d4ea250a247dd",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0",
"psr/log": "^1.1",
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
},
"conflict": {
"doctrine/dbal": "<2.10",
"symfony/dependency-injection": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/var-dumper": "<4.4"
},
"provide": {
"psr/cache-implementation": "1.0|2.0",
"psr/simple-cache-implementation": "1.0",
"symfony/cache-implementation": "1.0|2.0"
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "^1.6",
"doctrine/dbal": "^2.10|^3.0",
"predis/predis": "^1.1",
"psr/simple-cache": "^1.0",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/filesystem": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
"time": "2021-03-16T09:10:13+00:00"
},
{
"name": "symfony/cache-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
"reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0|^3.0"
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2021-03-23T23:28:01+00:00"
},
{
"name": "symfony/config",
"version": "v4.4.7",
@ -6557,6 +6749,78 @@
"homepage": "https://symfony.com",
"time": "2020-03-27T16:54:36+00:00"
},
{
"name": "symfony/console",
"version": "v4.4.21",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "1ba4560dbbb9fcf5ae28b61f71f49c678086cf23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/1ba4560dbbb9fcf5ae28b61f71f49c678086cf23",
"reference": "1ba4560dbbb9fcf5ae28b61f71f49c678086cf23",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"time": "2021-03-26T09:23:24+00:00"
},
{
"name": "symfony/debug",
"version": "v4.4.13",
@ -6926,6 +7190,176 @@
"homepage": "https://symfony.com",
"time": "2020-03-27T16:54:36+00:00"
},
{
"name": "symfony/finder",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "0d639a0943822626290d169965804f79400e6a04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04",
"reference": "0d639a0943822626290d169965804f79400e6a04",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"time": "2021-02-15T18:55:04+00:00"
},
{
"name": "symfony/framework-bundle",
"version": "v4.4.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "3347605c98b598ad114ac6203ec855ddb2c47569"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3347605c98b598ad114ac6203ec855ddb2c47569",
"reference": "3347605c98b598ad114ac6203ec855ddb2c47569",
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": ">=7.1.3",
"symfony/cache": "^4.4|^5.0",
"symfony/config": "^4.3.4|^5.0",
"symfony/dependency-injection": "^4.4.1|^5.0.1",
"symfony/error-handler": "^4.4.1|^5.0.1",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/polyfill-mbstring": "~1.0",
"symfony/routing": "^4.4|^5.0"
},
"conflict": {
"doctrine/persistence": "<1.3",
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.1",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/asset": "<3.4",
"symfony/browser-kit": "<4.3",
"symfony/console": "<4.3",
"symfony/dom-crawler": "<4.3",
"symfony/dotenv": "<4.3.6",
"symfony/form": "<4.3.5",
"symfony/http-client": "<4.4",
"symfony/lock": "<4.4",
"symfony/mailer": "<4.4",
"symfony/messenger": "<4.4",
"symfony/mime": "<4.4",
"symfony/property-info": "<3.4",
"symfony/security-bundle": "<4.4",
"symfony/serializer": "<4.4",
"symfony/stopwatch": "<3.4",
"symfony/translation": "<4.4",
"symfony/twig-bridge": "<4.1.1",
"symfony/twig-bundle": "<4.4",
"symfony/validator": "<4.4",
"symfony/web-profiler-bundle": "<4.4",
"symfony/workflow": "<4.3.6"
},
"require-dev": {
"doctrine/annotations": "~1.7",
"doctrine/cache": "~1.0",
"paragonie/sodium_compat": "^1.8",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"symfony/asset": "^3.4|^4.0|^5.0",
"symfony/browser-kit": "^4.3|^5.0",
"symfony/console": "^4.3.4|^5.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dom-crawler": "^4.3|^5.0",
"symfony/dotenv": "^4.3.6|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/form": "^4.3.5|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
"symfony/mailer": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/security-csrf": "^3.4|^4.0|^5.0",
"symfony/security-http": "^3.4|^4.0|^5.0",
"symfony/serializer": "^4.4|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0",
"symfony/web-link": "^4.4|^5.0",
"symfony/workflow": "^4.3.6|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
"twig/twig": "^1.41|^2.10|^3.0"
},
"suggest": {
"ext-apcu": "For best performance of the system caches",
"symfony/console": "For using the console commands",
"symfony/form": "For using forms",
"symfony/property-info": "For using the property_info service",
"symfony/serializer": "For using the serializer service",
"symfony/validator": "For using validation",
"symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
"symfony/yaml": "For using the debug:config and lint:yaml commands"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Symfony\\Bundle\\FrameworkBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony FrameworkBundle",
"homepage": "https://symfony.com",
"time": "2020-12-11T16:32:02+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v4.4.13",
@ -7966,6 +8400,62 @@
],
"time": "2020-08-17T07:31:35+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v5.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
"reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
},
"require-dev": {
"symfony/var-dumper": "^4.4.9|^5.0.9"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\VarExporter\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"serialize"
],
"time": "2021-01-27T10:01:46+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.4.7",
@ -8244,50 +8734,6 @@
],
"time": "2019-08-24T08:43:50+00:00"
},
{
"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-11T11:06:42+00:00"
},
{
"name": "zendframework/zend-diactoros",
"version": "1.8.6",
@ -10046,6 +10492,50 @@
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2019-06-13T22:48:21+00:00"
},
{
"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-11T11:06:42+00:00"
}
],
"aliases": [],