From aaaa8f57bb2968381b119f8df434ed174b0f8f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:09:11 +0000 Subject: [PATCH] Bump simplesamlphp/saml2 from 1.9.1 to 3.0.2 in /saml_sso Bumps [simplesamlphp/saml2](https://github.com/simplesamlphp/saml2) from 1.9.1 to 3.0.2. - [Release notes](https://github.com/simplesamlphp/saml2/releases) - [Commits](https://github.com/simplesamlphp/saml2/compare/v1.9.1...v3.0.2) --- updated-dependencies: - dependency-name: simplesamlphp/saml2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- saml_sso/composer.json | 2 +- saml_sso/composer.lock | 101 +++++++++++++++++++++++++++++++---------- 2 files changed, 79 insertions(+), 24 deletions(-) diff --git a/saml_sso/composer.json b/saml_sso/composer.json index dda8e96d..491d7ca1 100644 --- a/saml_sso/composer.json +++ b/saml_sso/composer.json @@ -23,7 +23,7 @@ }, "require": { "php": ">=5.3", - "simplesamlphp/saml2": "~1.9.1", + "simplesamlphp/saml2": "~3.0.2", "robrichards/xmlseclibs": "~1.4.1", "whitehat101/apr1-md5": "~1.0", "ext-SPL": "*", diff --git a/saml_sso/composer.lock b/saml_sso/composer.lock index 5e796527..888e1232 100644 --- a/saml_sso/composer.lock +++ b/saml_sso/composer.lock @@ -1,10 +1,10 @@ { "_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", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bc0a3e73d60536584fcc813b3d22ec08", + "content-hash": "89980b77b76ca29da36736751981818b", "packages": [ { "name": "openid/php-openid", @@ -53,20 +53,20 @@ "auth", "yadis" ], - "time": "2017-09-15T23:15:52+00:00" + "time": "2013-10-03T21:21:20+00:00" }, { "name": "psr/log", - "version": "1.0.2", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -75,7 +75,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -90,7 +90,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -100,7 +100,7 @@ "psr", "psr-3" ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2021-05-03T11:20:27+00:00" }, { "name": "rediris-es/simplesamlphp-module-papi", @@ -123,7 +123,7 @@ "notification-url": "https://packagist.org/downloads/", "authors": [ { - "name": "Jaime Pérez Crespo", + "name": "Jaime Perez Crespo", "email": "jaime.perez@uninett.no" } ], @@ -210,24 +210,25 @@ }, { "name": "simplesamlphp/saml2", - "version": "v1.9.1", + "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/simplesamlphp/saml2.git", - "reference": "2a2bd4398257cbe72251c68348be72707cc77262" + "reference": "bacad25473258cfefb7a7fd418cc5f8a22cda0a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/2a2bd4398257cbe72251c68348be72707cc77262", - "reference": "2a2bd4398257cbe72251c68348be72707cc77262", + "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/bacad25473258cfefb7a7fd418cc5f8a22cda0a1", + "reference": "bacad25473258cfefb7a7fd418cc5f8a22cda0a1", "shasum": "" }, "require": { "ext-dom": "*", "ext-openssl": "*", + "ext-zlib": "*", "php": ">=5.3.3", "psr/log": "~1.0", - "robrichards/xmlseclibs": "^1.3" + "simplesamlphp/xmlseclibs": "^2.0|^3.0" }, "require-dev": { "mockery/mockery": "~0.9", @@ -240,8 +241,11 @@ }, "type": "library", "autoload": { + "files": [ + "src/_autoload.php" + ], "psr-0": { - "SAML2_": "src/" + "SAML2\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -255,7 +259,7 @@ } ], "description": "SAML2 PHP library from SimpleSAMLphp", - "time": "2016-12-02T12:45:13+00:00" + "time": "2017-08-17T12:44:35+00:00" }, { "name": "simplesamlphp/simplesamlphp-module-aggregator", @@ -299,6 +303,7 @@ "SAML2", "metadata" ], + "abandoned": true, "time": "2015-08-10T13:58:10+00:00" }, { @@ -449,6 +454,7 @@ "infocard", "simplesamlphp" ], + "abandoned": true, "time": "2017-06-27T08:41:08+00:00" }, { @@ -557,6 +563,7 @@ "modules", "simplesamlphp" ], + "abandoned": true, "time": "2015-09-07T11:23:13+00:00" }, { @@ -602,6 +609,7 @@ "OpenId", "consumer" ], + "abandoned": true, "time": "2016-03-09T13:05:21+00:00" }, { @@ -646,6 +654,7 @@ "OpenId", "provider" ], + "abandoned": true, "time": "2016-03-09T13:02:52+00:00" }, { @@ -684,6 +693,47 @@ ], "time": "2015-08-07T13:34:49+00:00" }, + { + "name": "simplesamlphp/xmlseclibs", + "version": "3.0.1", + "source": { + "type": "git", + "url": "https://github.com/simplesamlphp/xmlsec.git", + "reference": "d937712f70f93a584eb0299ccd87dc6374003781" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/simplesamlphp/xmlsec/zipball/d937712f70f93a584eb0299ccd87dc6374003781", + "reference": "d937712f70f93a584eb0299ccd87dc6374003781", + "shasum": "" + }, + "require": { + "php": ">= 5.4" + }, + "suggest": { + "ext-openssl": "OpenSSL extension" + }, + "type": "library", + "autoload": { + "psr-4": { + "RobRichards\\XMLSecLibs\\": "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" + ], + "abandoned": true, + "time": "2017-08-31T09:27:07+00:00" + }, { "name": "whitehat101/apr1-md5", "version": "v1.0.0", @@ -1072,6 +1122,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2014-03-03T05:10:30+00:00" }, { @@ -1194,6 +1245,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2013-01-13T10:24:48+00:00" }, { @@ -1252,6 +1304,7 @@ "github", "test" ], + "abandoned": "php-coveralls/php-coveralls", "time": "2016-01-20T17:35:46+00:00" }, { @@ -1428,6 +1481,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", + "abandoned": "symfony/error-handler", "time": "2017-03-28T21:38:24+00:00" }, { @@ -1566,12 +1620,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1718,5 +1772,6 @@ }, "platform-dev": { "ext-pdo_sqlite": "*" - } + }, + "plugin-api-version": "1.1.0" }