From c24df7f1361f1983d5dfa67e1a94556dce63b9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jednotn=C3=A9=20p=C5=99ihl=C3=A1=C5=A1en=C3=AD=20test?= <9008807@muni.cz> Date: Mon, 5 Jun 2023 01:05:49 +0000 Subject: [PATCH] chore(deps): lock file maintenance --- composer.lock | 45 +++++++++++++++++++-------------------------- 1 file changed, 19 insertions(+), 26 deletions(-) diff --git a/composer.lock b/composer.lock index 4a5bfaf..a6deb68 100644 --- a/composer.lock +++ b/composer.lock @@ -68,11 +68,11 @@ }, { "name": "cesnet/simplesamlphp-module-authswitcher", - "version": "v11.0.0", + "version": "v11.1.0", "source": { "type": "git", "url": "https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-authswitcher.git", - "reference": "abdb245e28cb6bd51314ba237a2ebd18f4c7dbce" + "reference": "292f0c7a8d68317fbe88d9136c2ee6cec1e55b36" }, "require": { "ext-curl": "*", @@ -101,15 +101,15 @@ } ], "description": "A SimpleSAMLphp module for applying 2FA modules to specific users", - "time": "2023-05-23T16:06:30+00:00" + "time": "2023-05-31T07:43:33+00:00" }, { "name": "cesnet/simplesamlphp-module-perun", - "version": "v9.3.1", + "version": "v9.4.0", "source": { "type": "git", "url": "https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-perun.git", - "reference": "501abea0e6e808b8f13ebac9477cb718578bd74b" + "reference": "deb1563adc41736a01a56560b42f5304b44d2501" }, "require": { "cesnet/simplesamlphp-module-authswitcher": "^10.6 || ^11.0", @@ -154,28 +154,25 @@ "perun", "simplesamlphp" ], - "time": "2023-05-24T09:54:48+00:00" + "time": "2023-06-01T09:42:39+00:00" }, { "name": "cesnet/simplesamlphp-module-proxystatistics", - "version": "v8.1.1", + "version": "v8.2.0", "source": { "type": "git", "url": "https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-proxystatistics.git", - "reference": "fa6cf45cea508ccc0dab78235773f99fc72929ae" + "reference": "c828c8d13d226f3ac85ba6c4b725c78f65f9d073" }, "require": { "ext-ctype": "*", + "ext-curl": "*", "ext-filter": "*", "ext-json": "*", "ext-pdo": "*", "php": "^7.3 || ^8", "simplesamlphp/simplesamlphp": "^1.19.2" }, - "require-dev": { - "squizlabs/php_codesniffer": "*", - "symplify/easy-coding-standard": "^11.0" - }, "suggest": { "cesnet/simplesamlphp-module-perun": "for logging that a user accessed a service", "ext-pdo_mysql": "for MySQL database", @@ -184,16 +181,12 @@ "type": "simplesamlphp-module", "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-2-Clause" + "BSD-3-Clause" ], "authors": [ { - "name": "Pavel Vyskocil", - "email": "vyskocilpavel@muni.cz" - }, - { - "name": "Pavel Brousek", - "email": "brousek@ics.muni.cz" + "name": "Perun proxy AAI team", + "email": "proxyidp@cesnet.cz" } ], "description": "A SimpleSAMLPHP module for statistics", @@ -201,7 +194,7 @@ "simplesamlphp", "statistics" ], - "time": "2022-09-01T13:56:58+00:00" + "time": "2023-06-01T08:53:58+00:00" }, { "name": "fgrosse/phpasn1", @@ -1371,16 +1364,16 @@ }, { "name": "simplesamlphp/saml2", - "version": "v4.6.8", + "version": "v4.6.10", "source": { "type": "git", "url": "https://github.com/simplesamlphp/saml2.git", - "reference": "dea19260955a863f6a347e8479a2049d99b5cd18" + "reference": "a6c46e8134df2686da9ad44bc9b8f85443c03440" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/dea19260955a863f6a347e8479a2049d99b5cd18", - "reference": "dea19260955a863f6a347e8479a2049d99b5cd18", + "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/a6c46e8134df2686da9ad44bc9b8f85443c03440", + "reference": "a6c46e8134df2686da9ad44bc9b8f85443c03440", "shasum": "" }, "require": { @@ -1423,9 +1416,9 @@ "description": "SAML2 PHP library from SimpleSAMLphp", "support": { "issues": "https://github.com/simplesamlphp/saml2/issues", - "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.8" + "source": "https://github.com/simplesamlphp/saml2/tree/v4.6.10" }, - "time": "2023-05-05T11:55:46+00:00" + "time": "2023-05-31T16:03:51+00:00" }, { "name": "simplesamlphp/simplesamlphp", -- GitLab