From 412ba4a90ee752d8f7d823bc9d963655f1d954a4 Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:57:17 -0600 Subject: [PATCH 1/3] use a simpler format to show the installed dependencies --- development/update-composer-deps.sh | 2 +- installed-packages.json | 592 +++++++++++++++++++++------- 2 files changed, 447 insertions(+), 147 deletions(-) diff --git a/development/update-composer-deps.sh b/development/update-composer-deps.sh index 05b9f2f4..f1a98d41 100755 --- a/development/update-composer-deps.sh +++ b/development/update-composer-deps.sh @@ -11,4 +11,4 @@ composer update --no-scripts composer install --no-scripts --no-progress # Update our list of what packages are currently installed. -composer show -D --format=json > installed-packages.json +composer show --format=json --no-dev --no-ansi --locked | jq ".locked[] | { \"name\": .name, \"version\": .version }" > installed-packages.json diff --git a/installed-packages.json b/installed-packages.json index ab995e8a..4501cd49 100644 --- a/installed-packages.json +++ b/installed-packages.json @@ -1,148 +1,448 @@ { - "installed": [ - { - "name": "behat/behat", - "direct-dependency": true, - "homepage": "http://behat.org/", - "source": "https://github.com/Behat/Behat/tree/v3.13.0", - "version": "v3.13.0", - "description": "Scenario-oriented BDD framework for PHP", - "abandoned": false - }, - { - "name": "behat/mink-extension", - "direct-dependency": true, - "homepage": "http://extensions.behat.org/mink", - "source": "https://github.com/Behat/MinkExtension/tree/master", - "version": "2.3.1", - "description": "Mink extension for Behat", - "abandoned": false - }, - { - "name": "dmore/chrome-mink-driver", - "direct-dependency": true, - "homepage": "https://gitlab.com/behat-chrome/chrome-mink-driver", - "source": "git@gitlab.com:behat-chrome/chrome-mink-driver.git", - "version": "2.9.2", - "description": "Mink driver for controlling chrome without selenium", - "abandoned": false - }, - { - "name": "gettext/gettext", - "direct-dependency": true, - "homepage": "https://github.com/oscarotero/Gettext", - "source": "https://github.com/php-gettext/Gettext/tree/4.x", - "version": "4.x-dev ed5535a", - "description": "PHP gettext manager", - "abandoned": false - }, - { - "name": "phpunit/phpunit", - "direct-dependency": true, - "homepage": "https://phpunit.de/", - "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.33", - "version": "8.5.33", - "description": "The PHP Unit Testing framework.", - "abandoned": false - }, - { - "name": "roave/security-advisories", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/Roave/SecurityAdvisories/tree/latest", - "version": "dev-master f928c49", - "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", - "abandoned": false - }, - { - "name": "silinternational/php-env", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/silinternational/php-env/tree/3.1.0", - "version": "3.1.0", - "description": "Simple PHP library for getting (or requiring) environment variables, designed to handle true, false, and null more intelligently. If desired, an environment variable's value can be split into an array automatically.", - "abandoned": false - }, - { - "name": "silinternational/simplesamlphp-module-expirychecker", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/silinternational/simplesamlphp-module-expirychecker/tree/3.1.3", - "version": "3.1.3", - "description": "simpleSAMLphp module for warning users that their password will expire soon or has already expired.", - "abandoned": false - }, - { - "name": "silinternational/simplesamlphp-module-material", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/silinternational/simplesamlphp-module-material/tree/8.1.1", - "version": "8.1.1", - "description": "Material Design theme for IdP Hub based on SimpleSAMLphp", - "abandoned": false - }, - { - "name": "silinternational/simplesamlphp-module-mfa", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/silinternational/simplesamlphp-module-mfa/tree/5.2.1", - "version": "5.2.1", - "description": "A simpleSAMLphp module for prompting the user for MFA credentials (such as a TOTP code, etc.).", - "abandoned": false - }, - { - "name": "silinternational/simplesamlphp-module-profilereview", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/silinternational/simplesamlphp-module-profilereview/tree/2.1.0", - "version": "2.1.0", - "description": "A simpleSAMLphp module for prompting the user to review their profile (such as 2fa, email, etc.).", - "abandoned": false - }, - { - "name": "silinternational/simplesamlphp-module-silauth", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/silinternational/simplesamlphp-module-silauth/tree/7.1.0", - "version": "7.1.0", - "description": "SimpleSAMLphp auth module implementing various security measures before calls to IdP ID Broker backend", - "abandoned": false - }, - { - "name": "silinternational/simplesamlphp-module-sildisco", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/silinternational/simplesamlphp-module-sildisco/tree/4.0.0", - "version": "4.0.0", - "description": "IdP Discovery module for simpleSAMLphp with extra business logic", - "abandoned": false - }, - { - "name": "silinternational/ssp-utilities", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/silinternational/ssp-utilities/tree/1.1.0", - "version": "1.1.0", - "description": "SimpleSAMLphp related utility classes", - "abandoned": false - }, - { - "name": "simplesamlphp/composer-module-installer", - "direct-dependency": true, - "homepage": null, - "source": "https://github.com/simplesamlphp/composer-module-installer/tree/v1.1.8", - "version": "v1.1.8", - "description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.", - "abandoned": false - }, - { - "name": "simplesamlphp/simplesamlphp", - "direct-dependency": true, - "homepage": "http://simplesamlphp.org", - "source": "https://github.com/simplesamlphp/simplesamlphp", - "version": "1.19.8", - "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.", - "abandoned": false - } - ] + "name": "aws/aws-crt-php", + "version": "v1.2.1" +} +{ + "name": "aws/aws-sdk-php", + "version": "3.269.0" +} +{ + "name": "cebe/markdown", + "version": "1.2.1" +} +{ + "name": "codemix/yii2-streamlog", + "version": "1.3.1" +} +{ + "name": "ezyang/htmlpurifier", + "version": "v4.16.0" +} +{ + "name": "fillup/fake-bower-assets", + "version": "2.0.13" +} +{ + "name": "gettext/gettext", + "version": "4.x-dev ed5535a" +} +{ + "name": "gettext/languages", + "version": "2.10.0" +} +{ + "name": "google/recaptcha", + "version": "1.3.0" +} +{ + "name": "guzzlehttp/command", + "version": "1.3.0" +} +{ + "name": "guzzlehttp/guzzle", + "version": "7.7.0" +} +{ + "name": "guzzlehttp/guzzle-services", + "version": "1.4.0" +} +{ + "name": "guzzlehttp/promises", + "version": "1.5.3" +} +{ + "name": "guzzlehttp/psr7", + "version": "2.5.0" +} +{ + "name": "guzzlehttp/uri-template", + "version": "v1.0.1" +} +{ + "name": "mlocati/ip-lib", + "version": "1.18.0" +} +{ + "name": "monolog/monolog", + "version": "1.27.1" +} +{ + "name": "mtdowling/jmespath.php", + "version": "2.6.1" +} +{ + "name": "paragonie/random_compat", + "version": "v9.99.100" +} +{ + "name": "phpfastcache/riak-client", + "version": "3.4.3" +} +{ + "name": "phpmailer/phpmailer", + "version": "v6.8.0" +} +{ + "name": "phpspec/php-diff", + "version": "v1.1.3" +} +{ + "name": "psr/cache", + "version": "2.0.0" +} +{ + "name": "psr/container", + "version": "1.1.2" +} +{ + "name": "psr/http-client", + "version": "1.0.2" +} +{ + "name": "psr/http-factory", + "version": "1.0.2" +} +{ + "name": "psr/http-message", + "version": "2.0" +} +{ + "name": "psr/log", + "version": "1.1.4" +} +{ + "name": "ralouphie/getallheaders", + "version": "3.0.3" +} +{ + "name": "ramsey/uuid", + "version": "3.9.7" +} +{ + "name": "rlanvin/php-ip", + "version": "v1.0.1" +} +{ + "name": "roave/security-advisories", + "version": "dev-master f928c49" +} +{ + "name": "robrichards/xmlseclibs", + "version": "3.1.1" +} +{ + "name": "silinternational/idp-id-broker-php-client", + "version": "4.3.0" +} +{ + "name": "silinternational/php-env", + "version": "3.1.0" +} +{ + "name": "silinternational/psr3-adapters", + "version": "3.1.0" +} +{ + "name": "silinternational/simplesamlphp-module-expirychecker", + "version": "3.1.3" +} +{ + "name": "silinternational/simplesamlphp-module-material", + "version": "8.1.1" +} +{ + "name": "silinternational/simplesamlphp-module-mfa", + "version": "5.2.1" +} +{ + "name": "silinternational/simplesamlphp-module-profilereview", + "version": "2.1.0" +} +{ + "name": "silinternational/simplesamlphp-module-silauth", + "version": "7.1.0" +} +{ + "name": "silinternational/simplesamlphp-module-sildisco", + "version": "4.0.0" +} +{ + "name": "silinternational/ssp-utilities", + "version": "1.1.0" +} +{ + "name": "silinternational/yii2-json-log-targets", + "version": "2.1.0" +} +{ + "name": "simplesamlphp/assert", + "version": "v0.0.13" +} +{ + "name": "simplesamlphp/composer-module-installer", + "version": "v1.1.8" +} +{ + "name": "simplesamlphp/saml2", + "version": "v4.6.10" +} +{ + "name": "simplesamlphp/simplesamlphp", + "version": "1.19.8" +} +{ + "name": "simplesamlphp/simplesamlphp-module-adfs", + "version": "v1.0.9" +} +{ + "name": "simplesamlphp/simplesamlphp-module-authcrypt", + "version": "v0.9.4" +} +{ + "name": "simplesamlphp/simplesamlphp-module-authfacebook", + "version": "v0.9.3" +} +{ + "name": "simplesamlphp/simplesamlphp-module-authorize", + "version": "v0.9.4" +} +{ + "name": "simplesamlphp/simplesamlphp-module-authtwitter", + "version": "v0.9.3" +} +{ + "name": "simplesamlphp/simplesamlphp-module-authwindowslive", + "version": "v0.9.1" +} +{ + "name": "simplesamlphp/simplesamlphp-module-authx509", + "version": "v0.9.9" +} +{ + "name": "simplesamlphp/simplesamlphp-module-authyubikey", + "version": "v0.9.3" +} +{ + "name": "simplesamlphp/simplesamlphp-module-cas", + "version": "v0.9.1" +} +{ + "name": "simplesamlphp/simplesamlphp-module-cdc", + "version": "v0.9.2" +} +{ + "name": "simplesamlphp/simplesamlphp-module-consent", + "version": "v0.9.8" +} +{ + "name": "simplesamlphp/simplesamlphp-module-consentadmin", + "version": "v0.9.2" +} +{ + "name": "simplesamlphp/simplesamlphp-module-discopower", + "version": "v0.10.1" +} +{ + "name": "simplesamlphp/simplesamlphp-module-exampleattributeserver", + "version": "v1.0.0" +} +{ + "name": "simplesamlphp/simplesamlphp-module-expirycheck", + "version": "v0.9.4" +} +{ + "name": "simplesamlphp/simplesamlphp-module-ldap", + "version": "v0.9.17" +} +{ + "name": "simplesamlphp/simplesamlphp-module-memcachemonitor", + "version": "v0.9.3" +} +{ + "name": "simplesamlphp/simplesamlphp-module-memcookie", + "version": "v1.2.2" +} +{ + "name": "simplesamlphp/simplesamlphp-module-metarefresh", + "version": "v0.10.0" +} +{ + "name": "simplesamlphp/simplesamlphp-module-negotiate", + "version": "v0.9.12" +} +{ + "name": "simplesamlphp/simplesamlphp-module-oauth", + "version": "v0.9.3" +} +{ + "name": "simplesamlphp/simplesamlphp-module-preprodwarning", + "version": "v0.9.3" +} +{ + "name": "simplesamlphp/simplesamlphp-module-radius", + "version": "v0.9.4" +} +{ + "name": "simplesamlphp/simplesamlphp-module-riak", + "version": "v0.9.1" +} +{ + "name": "simplesamlphp/simplesamlphp-module-sanitycheck", + "version": "v0.9.1" +} +{ + "name": "simplesamlphp/simplesamlphp-module-smartattributes", + "version": "v0.9.2" +} +{ + "name": "simplesamlphp/simplesamlphp-module-sqlauth", + "version": "v0.9.4" +} +{ + "name": "simplesamlphp/simplesamlphp-module-statistics", + "version": "v0.9.6" +} +{ + "name": "simplesamlphp/twig-configurable-i18n", + "version": "v2.3.5" +} +{ + "name": "sinergi/browser-detector", + "version": "6.1.4" +} +{ + "name": "symfony/cache", + "version": "v5.4.23" +} +{ + "name": "symfony/cache-contracts", + "version": "v2.5.2" +} +{ + "name": "symfony/config", + "version": "v4.4.44" +} +{ + "name": "symfony/console", + "version": "v4.4.49" +} +{ + "name": "symfony/debug", + "version": "v4.4.44" +} +{ + "name": "symfony/dependency-injection", + "version": "v4.4.49" +} +{ + "name": "symfony/deprecation-contracts", + "version": "v3.3.0" +} +{ + "name": "symfony/error-handler", + "version": "v4.4.44" +} +{ + "name": "symfony/event-dispatcher", + "version": "v4.4.44" +} +{ + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13" +} +{ + "name": "symfony/filesystem", + "version": "v5.4.23" +} +{ + "name": "symfony/finder", + "version": "v5.4.21" +} +{ + "name": "symfony/framework-bundle", + "version": "v4.4.49" +} +{ + "name": "symfony/http-client-contracts", + "version": "v2.5.2" +} +{ + "name": "symfony/http-foundation", + "version": "v5.4.24" +} +{ + "name": "symfony/http-kernel", + "version": "v4.4.50" +} +{ + "name": "symfony/polyfill-ctype", + "version": "v1.27.0" +} +{ + "name": "symfony/polyfill-mbstring", + "version": "v1.27.0" +} +{ + "name": "symfony/polyfill-php72", + "version": "v1.27.0" +} +{ + "name": "symfony/polyfill-php73", + "version": "v1.27.0" +} +{ + "name": "symfony/polyfill-php80", + "version": "v1.27.0" +} +{ + "name": "symfony/polyfill-php81", + "version": "v1.27.0" +} +{ + "name": "symfony/routing", + "version": "v4.4.44" +} +{ + "name": "symfony/service-contracts", + "version": "v2.5.2" +} +{ + "name": "symfony/var-dumper", + "version": "v5.4.24" +} +{ + "name": "symfony/var-exporter", + "version": "v5.4.21" +} +{ + "name": "symfony/yaml", + "version": "v5.0.11" +} +{ + "name": "twig/extensions", + "version": "v1.5.4" +} +{ + "name": "twig/twig", + "version": "v2.15.5" +} +{ + "name": "webmozart/assert", + "version": "1.11.0" +} +{ + "name": "whitehat101/apr1-md5", + "version": "v1.0.0" +} +{ + "name": "yiisoft/yii2", + "version": "2.0.48.1" +} +{ + "name": "yiisoft/yii2-composer", + "version": "2.0.10" +} +{ + "name": "yiisoft/yii2-gii", + "version": "2.2.6" } From 311b33a09013684879a5dbce5f94f48b523cf9db Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:00:43 -0600 Subject: [PATCH 2/3] composer update --- composer.json | 2 +- composer.lock | 241 +++++++++++++++++++++++----------------- installed-packages.json | 20 ++-- 3 files changed, 151 insertions(+), 112 deletions(-) diff --git a/composer.json b/composer.json index cd8c2274..b50f58c2 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "simplesamlphp/simplesamlphp": "^1.19.6", "simplesamlphp/composer-module-installer": "1.1.8", "silinternational/simplesamlphp-module-expirychecker": "^3.1.0", - "silinternational/simplesamlphp-module-silauth": "^7.1.0", + "silinternational/simplesamlphp-module-silauth": "^7.1.1", "silinternational/simplesamlphp-module-mfa": "^5.2.1", "silinternational/simplesamlphp-module-profilereview": "^2.1.0", "silinternational/ssp-utilities": "^1.1.0", diff --git a/composer.lock b/composer.lock index b212e9f1..c987192b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2d54ebb62e45386c151d4cd4709a047e", + "content-hash": "df01bb039aaf6b25519b9e6dea6dae58", "packages": [ { "name": "aws/aws-crt-php", - "version": "v1.2.1", + "version": "v1.2.2", "source": { "type": "git", "url": "https://github.com/awslabs/aws-crt-php.git", - "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5" + "reference": "2f1dc7b7eda080498be96a4a6d683a41583030e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/1926277fc71d253dfa820271ac5987bdb193ccf5", - "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5", + "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/2f1dc7b7eda080498be96a4a6d683a41583030e9", + "reference": "2f1dc7b7eda080498be96a4a6d683a41583030e9", "shasum": "" }, "require": { @@ -56,9 +56,9 @@ ], "support": { "issues": "https://github.com/awslabs/aws-crt-php/issues", - "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.1" + "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.2" }, - "time": "2023-03-24T20:22:19+00:00" + "time": "2023-07-20T16:49:55+00:00" }, { "name": "aws/aws-sdk-php", @@ -2110,19 +2110,20 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "f928c4960ce91bfd266db27fa15679341cd3525d" + "reference": "69dafab8a5dffa4d6a4d6dab1ebadf48aca449c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/f928c4960ce91bfd266db27fa15679341cd3525d", - "reference": "f928c4960ce91bfd266db27fa15679341cd3525d", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/69dafab8a5dffa4d6a4d6dab1ebadf48aca449c7", + "reference": "69dafab8a5dffa4d6a4d6dab1ebadf48aca449c7", "shasum": "" }, "conflict": { "3f/pygmentize": "<1.2", - "admidio/admidio": "<4.2.8", + "admidio/admidio": "<4.2.10", "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", - "aheinze/cockpit": "<=2.2.1", + "aheinze/cockpit": "<2.2", + "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5", "akaunting/akaunting": "<2.1.13", "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53", "alextselegidis/easyappointments": "<1.5", @@ -2133,18 +2134,22 @@ "amphp/http-client": ">=4,<4.4", "anchorcms/anchor-cms": "<=0.12.7", "andreapollastri/cipi": "<=3.1.15", - "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<=1.0.1|>=2,<=2.2.4", + "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5", "apereo/phpcas": "<1.6", "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3", "appwrite/server-ce": "<=1.2.1", "arc/web": "<3", "area17/twill": "<1.2.5|>=2,<2.5.3", + "artesaos/seotools": "<0.17.2", "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", + "athlon1600/php-proxy": "<=5.1", + "athlon1600/php-proxy-app": "<=3", "automad/automad": "<1.8", "awesome-support/awesome-support": "<=6.0.7", "aws/aws-sdk-php": ">=3,<3.2.1", "azuracast/azuracast": "<0.18.3", "backdrop/backdrop": "<1.24.2", + "backpack/crud": "<3.4.9", "badaso/core": "<2.7", "bagisto/bagisto": "<0.1.5", "barrelstrength/sprout-base-email": "<1.2.7", @@ -2153,8 +2158,8 @@ "barzahlen/barzahlen-php": "<2.0.1", "baserproject/basercms": "<4.7.5", "bassjobsen/bootstrap-3-typeahead": ">4.0.2", - "bigfork/silverstripe-form-capture": ">=3,<=3.1", - "billz/raspap-webgui": "<=2.6.6", + "bigfork/silverstripe-form-capture": ">=3,<3.1.1", + "billz/raspap-webgui": "<2.8.9", "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3", "bmarshall511/wordpress_zero_spam": "<5.2.13", "bolt/bolt": "<3.7.2", @@ -2171,12 +2176,13 @@ "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10|= 1.3.7|>=4.1,<4.1.4", "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10", "cardgate/magento2": "<2.0.33", + "cardgate/woocommerce": "<=3.1.15", "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", "cartalyst/sentry": "<=2.1.6", "catfan/medoo": "<1.7.5", "centreon/centreon": "<22.10-beta.1", "cesnet/simplesamlphp-module-proxystatistics": "<3.1", - "cockpit-hq/cockpit": "<2.4.1", + "cockpit-hq/cockpit": "<2.6", "codeception/codeception": "<3.1.3|>=4,<4.1.22", "codeigniter/framework": "<=3.0.6", "codeigniter4/framework": "<4.3.5", @@ -2188,10 +2194,11 @@ "contao-components/mediaelement": ">=2.14.2,<2.21.1", "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4", "contao/core": ">=2,<3.5.39", - "contao/core-bundle": "<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4|= 4.10.0", + "contao/core-bundle": "<4.9.42|>=4.10,<4.13.28|>=5,<5.1.10|= 4.10.0", "contao/listing-bundle": ">=4,<4.4.8", "contao/managed-edition": "<=1.5", - "craftcms/cms": "<4.4.6|>= 4.0.0-RC1, < 4.4.12|>= 4.0.0-RC1, <= 4.4.5|>= 4.0.0-RC1, <= 4.4.6|>= 4.0.0-RC1, < 4.4.6|>= 4.0.0-RC1, < 4.3.7|>= 4.0.0-RC1, < 4.2.1", + "cosenary/instagram": "<=2.3", + "craftcms/cms": "<=4.4.9|>= 4.0.0-RC1, < 4.4.12|>= 4.0.0-RC1, <= 4.4.5|>= 4.0.0-RC1, <= 4.4.6|>= 4.0.0-RC1, < 4.4.6|>= 4.0.0-RC1, < 4.3.7|>= 4.0.0-RC1, < 4.2.1", "croogo/croogo": "<3.0.7", "cuyz/valinor": "<0.12", "czproject/git-php": "<4.0.3", @@ -2202,6 +2209,7 @@ "dcat/laravel-admin": "<=2.1.3-beta", "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3", "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", + "desperado/xml-bundle": "<=0.1.7", "directmailteam/direct-mail": "<5.2.4", "doctrine/annotations": ">=1,<1.2.7", "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", @@ -2255,6 +2263,7 @@ "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2", "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6", "flarum/core": "<1.7", + "flarum/framework": "<=0.1-beta.7.1", "flarum/mentions": "<1.6.3", "flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15", "flarum/tags": "<=0.1-beta.13", @@ -2273,15 +2282,17 @@ "froala/wysiwyg-editor": "<3.2.7", "froxlor/froxlor": "<2.1", "fuel/core": "<1.8.1", - "funadmin/funadmin": "<=3.2", + "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", "gaoming13/wechat-php-sdk": "<=1.10.2", "genix/cms": "<=1.1.11", - "getgrav/grav": "<1.7.34", + "getgrav/grav": "<=1.7.42.1", "getkirby/cms": "= 3.8.0|<3.5.8.2|>=3.6,<3.6.6.2|>=3.7,<3.7.5.1", + "getkirby/kirby": "<=2.5.12", "getkirby/panel": "<2.5.14", "getkirby/starterkit": "<=3.7.0.2", "gilacms/gila": "<=1.11.4", "globalpayments/php-sdk": "<2", + "gogentooss/samlbase": "<1.2.7", "google/protobuf": "<3.15", "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", "gree/jose": "<2.2.1", @@ -2289,8 +2300,10 @@ "grumpydictator/firefly-iii": "<6", "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5", "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5", + "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2", "harvesthq/chosen": "<1.8.7", "helloxz/imgurl": "= 2.31|<=2.31", + "hhxsv5/laravel-s": "<3.7.36", "hillelcoren/invoice-ninja": "<5.3.35", "himiklab/yii2-jqgrid-widget": "<1.0.8", "hjue/justwriting": "<=1", @@ -2309,8 +2322,9 @@ "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40", "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75", - "impresscms/impresscms": "<=1.4.3", + "impresscms/impresscms": "<=1.4.5", "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.1", + "in2code/ipandlanguageredirect": "<5.1.2", "in2code/lux": "<17.6.1|>=18,<24.0.2", "innologi/typo3-appointments": "<2.0.6", "intelliants/subrion": "<=4.2.1", @@ -2322,7 +2336,9 @@ "joomla/archive": "<1.1.12|>=2,<2.0.1", "joomla/filesystem": "<1.6.2|>=2,<2.0.1", "joomla/filter": "<1.4.4|>=2,<2.0.1", + "joomla/framework": ">=2.5.4,<=3.8.12", "joomla/input": ">=2,<2.0.2", + "joomla/joomla-cms": ">=3,<3.9.12", "joomla/session": "<1.3.1", "joyqi/hyper-down": "<=2.4.27", "jsdecena/laracom": "<2.0.9", @@ -2330,8 +2346,9 @@ "kazist/phpwhois": "<=4.2.6", "kelvinmo/simplexrd": "<3.1.1", "kevinpapst/kimai2": "<1.16.7", + "khodakhah/nodcms": "<=3", "kimai/kimai": "<1.1", - "kitodo/presentation": "<3.1.2", + "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4", "klaviyo/magento2-extension": ">=1,<3", "knplabs/knp-snappy": "<1.4.2", "krayin/laravel-crm": "<1.2.2", @@ -2341,13 +2358,14 @@ "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1", "laminas/laminas-http": "<2.14.2", "laravel/fortify": "<1.11.1", - "laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75", + "laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75", "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", "latte/latte": "<2.10.8", - "lavalite/cms": "<=9", + "lavalite/cms": "= 9.0.0|<=9", "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5", "league/commonmark": "<0.18.3", "league/flysystem": "<1.1.4|>=2,<2.1.1", + "league/oauth2-server": ">=8.3.2,<8.5.3", "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3", "librenms/librenms": "<22.10", "liftkit/database": "<2.13.2", @@ -2357,7 +2375,7 @@ "lms/routes": "<2.1.1", "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", "luyadev/yii-helpers": "<1.2.1", - "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", + "magento/community-edition": "= 2.4.0|<=2.4", "magento/magento1ce": "<1.9.4.3", "magento/magento1ee": ">=1,<1.14.4.3", "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", @@ -2373,14 +2391,16 @@ "melisplatform/melis-front": "<5.0.1", "mezzio/mezzio-swoole": "<3.7|>=4,<4.3", "mgallegos/laravel-jqgrid": "<=1.3", - "microweber/microweber": "<=1.3.4", + "microweber/microweber": "<=1.3.4|= 1.1.18", "miniorange/miniorange-saml": "<1.4.3", "mittwald/typo3_forum": "<1.2.1", "mobiledetect/mobiledetectlib": "<2.8.32", - "modx/revolution": "<= 2.8.3-pl|<2.8", + "modx/revolution": "<2.8|<= 2.8.3-pl", "mojo42/jirafeau": "<4.4", "monolog/monolog": ">=1.8,<1.12", - "moodle/moodle": "<4.2-rc.2|= 3.11", + "moodle/moodle": "<4.2-rc.2|= 3.4.3|= 3.5|= 3.7|= 3.9|= 3.8|= 4.2.0|= 3.11", + "movim/moxl": ">=0.8,<=0.10", + "mpdf/mpdf": "<=7.1.7", "mustache/mustache": ">=2,<2.14.1", "namshi/jose": "<2.2", "neoan3-apps/template": "<1.1.1", @@ -2392,7 +2412,7 @@ "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15", "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", - "nilsteampassnet/teampass": "<3.0.9", + "nilsteampassnet/teampass": "<3.0.10", "notrinos/notrinos-erp": "<=0.7", "noumo/easyii": "<=0.9", "nukeviet/nukeviet": "<4.5.2", @@ -2401,7 +2421,7 @@ "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", "october/backend": "<1.1.2", "october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469", - "october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12", + "october/october": "<1.0.466|>=2.1,<2.1.12", "october/rain": "<1.0.472|>=1.1,<1.1.2", "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66", "onelogin/php-saml": "<2.10.4", @@ -2410,7 +2430,8 @@ "opencart/opencart": "<=3.0.3.7", "openid/php-openid": "<2.3", "openmage/magento-lts": "<19.4.22|>=20,<20.0.19", - "orchid/platform": ">=9,<9.4.4", + "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2", + "orchid/platform": ">=9,<9.4.4|>=14-alpha.4,<14.5", "oro/commerce": ">=4.1,<5.0.6", "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7", "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8", @@ -2423,11 +2444,12 @@ "paypal/merchant-sdk-php": "<3.12", "pear/archive_tar": "<1.4.14", "pear/crypt_gpg": "<1.6.7", + "pear/pear": "<=1.10.1", "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1", "personnummer/personnummer": "<3.0.2", "phanan/koel": "<5.1.4", "php-mod/curl": "<2.3.2", - "phpbb/phpbb": ">=3.2,<3.2.10|>=3.3,<3.3.1", + "phpbb/phpbb": "<3.2.10|>=3.3,<3.3.1", "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7", "phpmailer/phpmailer": "<6.5", "phpmussel/phpmussel": ">=1,<1.6", @@ -2436,19 +2458,21 @@ "phpoffice/phpexcel": "<1.8", "phpoffice/phpspreadsheet": "<1.16", "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.19", - "phpservermon/phpservermon": "<=3.5.2", + "phpservermon/phpservermon": "<3.6", "phpsysinfo/phpsysinfo": "<3.2.5", "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3", "phpwhois/phpwhois": "<=4.2.5", "phpxmlrpc/extras": "<0.6.1", "phpxmlrpc/phpxmlrpc": "<4.9.2", - "pimcore/customer-management-framework-bundle": "<3.3.10", + "pi/pi": "<=2.5", + "pimcore/admin-ui-classic-bundle": "<1.0.3", + "pimcore/customer-management-framework-bundle": "<3.4.1", "pimcore/data-hub": "<1.2.4", "pimcore/perspective-editor": "<1.5.1", - "pimcore/pimcore": "<10.5.23", + "pimcore/pimcore": "<10.6.4", "pixelfed/pixelfed": "<=0.11.4", "pocketmine/bedrock-protocol": "<8.0.2", - "pocketmine/pocketmine-mp": "<4.20.5|>=4.21,<4.21.1|< 4.18.0-ALPHA2|>= 4.0.0-BETA5, < 4.4.2", + "pocketmine/pocketmine-mp": "<4.22.3|>=5,<5.2.1|< 4.18.0-ALPHA2|>= 4.0.0-BETA5, < 4.4.2", "pressbooks/pressbooks": "<5.18", "prestashop/autoupgrade": ">=4,<4.10.1", "prestashop/blockwishlist": ">=2,<2.1.1", @@ -2470,6 +2494,7 @@ "pyrocms/pyrocms": "<=3.9.1", "rainlab/debugbar-plugin": "<3.1", "rankmath/seo-by-rank-math": "<=1.0.95", + "rap2hpoutre/laravel-log-viewer": "<0.13", "react/http": ">=0.7,<1.9", "really-simple-plugins/complianz-gdpr": "<6.4.2", "remdex/livehelperchat": "<3.99", @@ -2480,17 +2505,20 @@ "s-cart/core": "<6.9", "s-cart/s-cart": "<6.9", "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", - "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", + "sabre/dav": "<1.7.11|>=1.8,<1.8.9", "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", "sensiolabs/connect": "<4.2.3", "serluck/phpwhois": "<=4.2.6", + "sfroemken/url_redirect": "<=1.2.1", + "sheng/yiicms": "<=1.2", "shopware/core": "<=6.4.20", "shopware/platform": "<=6.4.20", "shopware/production": "<=6.3.5.2", - "shopware/shopware": "<=5.7.14", + "shopware/shopware": "<=5.7.17", "shopware/storefront": "<=6.4.8.1", "shopxo/shopxo": "<2.2.6", "showdoc/showdoc": "<2.10.4", + "silverstripe-australia/advancedreports": ">=1,<=2", "silverstripe/admin": "<1.12.7", "silverstripe/assets": ">=1,<1.11.1", "silverstripe/cms": "<4.11.3", @@ -2499,6 +2527,7 @@ "silverstripe/framework": "<4.12.5", "silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|>=4.1.1,<4.1.2|>=4.2.2,<4.2.3|= 4.0.0-alpha1", "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1", + "silverstripe/recipe-cms": ">=4.5,<4.5.3", "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1", @@ -2514,6 +2543,7 @@ "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9", "simplito/elliptic-php": "<1.0.6", "sitegeist/fluid-components": "<3.5", + "sjbr/sr-freecap": "<=2.5.2", "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1", "slim/slim": "<2.6", "smarty/smarty": "<3.1.48|>=4,<4.3.1", @@ -2522,12 +2552,14 @@ "socialiteproviders/steam": "<1.1", "spatie/browsershot": "<3.57.4", "spipu/html2pdf": "<5.2.4", + "spoon/library": "<1.4.1", "spoonity/tcpdf": "<6.2.22", "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", "ssddanbrown/bookstack": "<22.2.3", - "statamic/cms": "<3.2.39|>=3.3,<3.3.2", + "statamic/cms": "<4.10", "stormpath/sdk": ">=0,<9.9.99", "studio-42/elfinder": "<2.1.62", + "subhh/libconnect": "<7.0.8|>=8,<8.1", "subrion/cms": "<=4.2.1", "sukohi/surpass": "<1", "sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8", @@ -2583,7 +2615,7 @@ "thelia/thelia": ">=2.1-beta.1,<2.1.3", "theonedemon/phpwhois": "<=4.2.5", "thinkcmf/thinkcmf": "<=5.1.7", - "thorsten/phpmyfaq": "<3.2-beta", + "thorsten/phpmyfaq": "<3.2-beta.2", "tinymce/tinymce": "<5.10.7|>=6,<6.3.1", "tinymighty/wiki-seo": "<1.2.2", "titon/framework": ">=0,<9.9.99", @@ -2591,16 +2623,17 @@ "topthink/framework": "<6.0.14", "topthink/think": "<=6.1.1", "topthink/thinkphp": "<=3.2.3", + "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2", "tribalsystems/zenario": "<=9.3.57595", "truckersmp/phpwhois": "<=4.3.1", "ttskch/pagination-service-provider": "<1", "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3", - "typo3/cms": "<2.0.5|>=3,<3.0.3|>=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", + "typo3/cms": "<2.0.5|>=3,<3.0.3|>=6.2,<=6.2.38|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", - "typo3/cms-core": "<8.7.51|>=9,<9.5.40|>=10,<10.4.36|>=11,<11.5.23|>=12,<12.2", + "typo3/cms-core": "<8.7.51|>=9,<9.5.42|>=10,<10.4.39|>=11,<11.5.30|>=12,<12.4.4", "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", - "typo3/html-sanitizer": ">=1,<1.5|>=2,<2.1.1", + "typo3/html-sanitizer": ">=1,<1.5.1|>=2,<2.1.2", "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3", "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", @@ -2615,18 +2648,21 @@ "vova07/yii2-fileapi-widget": "<0.1.9", "vrana/adminer": "<4.8.1", "wallabag/tcpdf": "<6.2.22", - "wallabag/wallabag": "<2.5.4", + "wallabag/wallabag": "<=2.5.4", "wanglelecc/laracms": "<=1.0.3", "web-auth/webauthn-framework": ">=3.3,<3.3.4", "webbuilders-group/silverstripe-kapost-bridge": "<0.4", "webcoast/deferred-image-processing": "<1.0.2", + "webklex/laravel-imap": "<5.3", + "webklex/php-imap": "<5.3", "webpa/webpa": "<3.1.2", + "wikibase/wikibase": "<=1.39.3", "wikimedia/parsoid": "<0.12.2", "willdurand/js-translation-bundle": "<2.1.1", - "wintercms/winter": "<1.0.475|>=1.1,<1.1.10|>=1.2,<1.2.1", + "wintercms/winter": "<1.2.3", "woocommerce/woocommerce": "<6.6", "wp-cli/wp-cli": "<2.5", - "wp-graphql/wp-graphql": "<0.3.5", + "wp-graphql/wp-graphql": "<=1.14.5", "wpanel/wpanel4-cms": "<=4.3.1", "wpcloud/wp-stateless": "<3.2", "wwbn/avideo": "<=12.4", @@ -2647,6 +2683,7 @@ "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6", "yoast-seo-for-typo3/yoast_seo": "<7.2.3", "yourls/yourls": "<=1.8.2", + "zencart/zencart": "<1.5.8", "zendesk/zendesk_api_client_php": "<2.2.11", "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", @@ -2669,6 +2706,7 @@ "zendframework/zendframework1": "<1.12.20", "zendframework/zendopenid": ">=2,<2.0.2", "zendframework/zendxml": ">=1,<1.0.1", + "zenstruck/collection": "<0.2.1", "zetacomponents/mail": "<1.8.2", "zf-commons/zfc-user": "<1.2.2", "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", @@ -2710,7 +2748,7 @@ "type": "tidelift" } ], - "time": "2023-06-14T17:04:17+00:00" + "time": "2023-07-25T19:04:12+00:00" }, { "name": "robrichards/xmlseclibs", @@ -2756,16 +2794,16 @@ }, { "name": "silinternational/idp-id-broker-php-client", - "version": "4.3.0", + "version": "4.3.1", "source": { "type": "git", "url": "https://github.com/silinternational/idp-id-broker-php-client.git", - "reference": "b33602aeaf47c78654555773e6379a635363aa97" + "reference": "c05d01c0ed0666056249bdabd97c0392c99e9790" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silinternational/idp-id-broker-php-client/zipball/b33602aeaf47c78654555773e6379a635363aa97", - "reference": "b33602aeaf47c78654555773e6379a635363aa97", + "url": "https://api.github.com/repos/silinternational/idp-id-broker-php-client/zipball/c05d01c0ed0666056249bdabd97c0392c99e9790", + "reference": "c05d01c0ed0666056249bdabd97c0392c99e9790", "shasum": "" }, "require": { @@ -2809,9 +2847,9 @@ ], "support": { "issues": "https://github.com/silinternational/idp-id-broker-php-client/issues", - "source": "https://github.com/silinternational/idp-id-broker-php-client/tree/4.3.0" + "source": "https://github.com/silinternational/idp-id-broker-php-client/tree/4.3.1" }, - "time": "2023-02-24T04:43:49+00:00" + "time": "2023-06-19T12:59:34+00:00" }, { "name": "silinternational/php-env", @@ -3106,16 +3144,16 @@ }, { "name": "silinternational/simplesamlphp-module-silauth", - "version": "7.1.0", + "version": "7.1.1", "source": { "type": "git", "url": "https://github.com/silinternational/simplesamlphp-module-silauth.git", - "reference": "085ef818f35225bc25a3fd182fce0d392b39f38a" + "reference": "dbd85e48ffdca86ba1074941a08491fc73c29714" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silinternational/simplesamlphp-module-silauth/zipball/085ef818f35225bc25a3fd182fce0d392b39f38a", - "reference": "085ef818f35225bc25a3fd182fce0d392b39f38a", + "url": "https://api.github.com/repos/silinternational/simplesamlphp-module-silauth/zipball/dbd85e48ffdca86ba1074941a08491fc73c29714", + "reference": "dbd85e48ffdca86ba1074941a08491fc73c29714", "shasum": "" }, "require": { @@ -3162,9 +3200,9 @@ "description": "SimpleSAMLphp auth module implementing various security measures before calls to IdP ID Broker backend", "support": { "issues": "https://github.com/silinternational/simplesamlphp-module-silauth/issues", - "source": "https://github.com/silinternational/simplesamlphp-module-silauth/tree/7.1.0" + "source": "https://github.com/silinternational/simplesamlphp-module-silauth/tree/7.1.1" }, - "time": "2022-09-23T07:28:36+00:00" + "time": "2023-07-31T22:19:59+00:00" }, { "name": "silinternational/simplesamlphp-module-sildisco", @@ -5162,16 +5200,16 @@ }, { "name": "symfony/cache", - "version": "v5.4.23", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "983c79ff28612cdfd66d8e44e1a06e5afc87e107" + "reference": "e2013521c0f07473ae69a01fce0af78fc3ec0f23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/983c79ff28612cdfd66d8e44e1a06e5afc87e107", - "reference": "983c79ff28612cdfd66d8e44e1a06e5afc87e107", + "url": "https://api.github.com/repos/symfony/cache/zipball/e2013521c0f07473ae69a01fce0af78fc3ec0f23", + "reference": "e2013521c0f07473ae69a01fce0af78fc3ec0f23", "shasum": "" }, "require": { @@ -5239,7 +5277,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.23" + "source": "https://github.com/symfony/cache/tree/v5.4.25" }, "funding": [ { @@ -5255,7 +5293,7 @@ "type": "tidelift" } ], - "time": "2023-04-21T15:38:51+00:00" + "time": "2023-06-22T08:06:06+00:00" }, { "name": "symfony/cache-contracts", @@ -5959,16 +5997,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.23", + "version": "v5.4.25", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5" + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", - "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", "shasum": "" }, "require": { @@ -6003,7 +6041,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.23" + "source": "https://github.com/symfony/filesystem/tree/v5.4.25" }, "funding": [ { @@ -6019,20 +6057,20 @@ "type": "tidelift" } ], - "time": "2023-03-02T11:38:35+00:00" + "time": "2023-05-31T13:04:02+00:00" }, { "name": "symfony/finder", - "version": "v5.4.21", + "version": "v5.4.27", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19" + "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19", - "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19", + "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d", + "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d", "shasum": "" }, "require": { @@ -6066,7 +6104,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.21" + "source": "https://github.com/symfony/finder/tree/v5.4.27" }, "funding": [ { @@ -6082,7 +6120,7 @@ "type": "tidelift" } ], - "time": "2023-02-16T09:33:00+00:00" + "time": "2023-07-31T08:02:31+00:00" }, { "name": "symfony/framework-bundle", @@ -6310,16 +6348,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.4.24", + "version": "v5.4.26", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "3c59f97f6249ce552a44f01b93bfcbd786a954f5" + "reference": "e7793151e99dc2ac1352ff3735d100fb3b3bfc08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3c59f97f6249ce552a44f01b93bfcbd786a954f5", - "reference": "3c59f97f6249ce552a44f01b93bfcbd786a954f5", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e7793151e99dc2ac1352ff3735d100fb3b3bfc08", + "reference": "e7793151e99dc2ac1352ff3735d100fb3b3bfc08", "shasum": "" }, "require": { @@ -6366,7 +6404,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.4.24" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.26" }, "funding": [ { @@ -6382,7 +6420,7 @@ "type": "tidelift" } ], - "time": "2023-05-19T07:21:23+00:00" + "time": "2023-07-21T11:30:15+00:00" }, { "name": "symfony/http-kernel", @@ -7144,16 +7182,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.24", + "version": "v5.4.26", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3" + "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/8e12706bf9c68a2da633f23bfdc15b4dce5970b3", - "reference": "8e12706bf9c68a2da633f23bfdc15b4dce5970b3", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e706c99b4a6f4d9383b52b80dd8c74880501e314", + "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314", "shasum": "" }, "require": { @@ -7167,6 +7205,7 @@ "require-dev": { "ext-iconv": "*", "symfony/console": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/uid": "^5.1|^6.0", "twig/twig": "^2.13|^3.0.4" @@ -7212,7 +7251,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.24" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.26" }, "funding": [ { @@ -7228,20 +7267,20 @@ "type": "tidelift" } ], - "time": "2023-05-25T13:05:00+00:00" + "time": "2023-07-13T07:32:46+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.4.21", + "version": "v5.4.26", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4" + "reference": "11401fe94f960249b3c63a488c63ba73091c1e4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/be74908a6942fdd331554b3cec27ff41b45ccad4", - "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/11401fe94f960249b3c63a488c63ba73091c1e4a", + "reference": "11401fe94f960249b3c63a488c63ba73091c1e4a", "shasum": "" }, "require": { @@ -7285,7 +7324,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.4.21" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.26" }, "funding": [ { @@ -7301,7 +7340,7 @@ "type": "tidelift" } ], - "time": "2023-02-21T19:46:44+00:00" + "time": "2023-07-20T07:21:16+00:00" }, { "name": "symfony/yaml", @@ -9652,16 +9691,16 @@ }, { "name": "symfony/css-selector", - "version": "v6.3.0", + "version": "v6.3.2", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf" + "reference": "883d961421ab1709877c10ac99451632a3d6fa57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf", - "reference": "88453e64cd86c5b60e8d2fb2c6f953bbc353ffbf", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57", + "reference": "883d961421ab1709877c10ac99451632a3d6fa57", "shasum": "" }, "require": { @@ -9697,7 +9736,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.3.0" + "source": "https://github.com/symfony/css-selector/tree/v6.3.2" }, "funding": [ { @@ -9713,7 +9752,7 @@ "type": "tidelift" } ], - "time": "2023-03-20T16:43:42+00:00" + "time": "2023-07-12T16:00:22+00:00" }, { "name": "symfony/translation", diff --git a/installed-packages.json b/installed-packages.json index 4501cd49..1b100da3 100644 --- a/installed-packages.json +++ b/installed-packages.json @@ -1,6 +1,6 @@ { "name": "aws/aws-crt-php", - "version": "v1.2.1" + "version": "v1.2.2" } { "name": "aws/aws-sdk-php", @@ -124,7 +124,7 @@ } { "name": "roave/security-advisories", - "version": "dev-master f928c49" + "version": "dev-master 69dafab" } { "name": "robrichards/xmlseclibs", @@ -132,7 +132,7 @@ } { "name": "silinternational/idp-id-broker-php-client", - "version": "4.3.0" + "version": "4.3.1" } { "name": "silinternational/php-env", @@ -160,7 +160,7 @@ } { "name": "silinternational/simplesamlphp-module-silauth", - "version": "7.1.0" + "version": "7.1.1" } { "name": "silinternational/simplesamlphp-module-sildisco", @@ -312,7 +312,7 @@ } { "name": "symfony/cache", - "version": "v5.4.23" + "version": "v5.4.25" } { "name": "symfony/cache-contracts", @@ -352,11 +352,11 @@ } { "name": "symfony/filesystem", - "version": "v5.4.23" + "version": "v5.4.25" } { "name": "symfony/finder", - "version": "v5.4.21" + "version": "v5.4.27" } { "name": "symfony/framework-bundle", @@ -368,7 +368,7 @@ } { "name": "symfony/http-foundation", - "version": "v5.4.24" + "version": "v5.4.26" } { "name": "symfony/http-kernel", @@ -408,11 +408,11 @@ } { "name": "symfony/var-dumper", - "version": "v5.4.24" + "version": "v5.4.26" } { "name": "symfony/var-exporter", - "version": "v5.4.21" + "version": "v5.4.26" } { "name": "symfony/yaml", From 539f1fbabee1d7f794a1ca4afd9ff5a39fab2cbe Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:59:42 -0600 Subject: [PATCH 3/3] fix invalid json in installed-packages.json --- development/update-composer-deps.sh | 2 +- installed-packages.json | 898 ++++++++++++++-------------- 2 files changed, 451 insertions(+), 449 deletions(-) diff --git a/development/update-composer-deps.sh b/development/update-composer-deps.sh index f1a98d41..9fe0cc47 100755 --- a/development/update-composer-deps.sh +++ b/development/update-composer-deps.sh @@ -11,4 +11,4 @@ composer update --no-scripts composer install --no-scripts --no-progress # Update our list of what packages are currently installed. -composer show --format=json --no-dev --no-ansi --locked | jq ".locked[] | { \"name\": .name, \"version\": .version }" > installed-packages.json +composer show --format=json --no-dev --no-ansi --locked | jq "[.locked[] | { \"name\": .name, \"version\": .version }]" > installed-packages.json diff --git a/installed-packages.json b/installed-packages.json index 1b100da3..252d82c9 100644 --- a/installed-packages.json +++ b/installed-packages.json @@ -1,448 +1,450 @@ -{ - "name": "aws/aws-crt-php", - "version": "v1.2.2" -} -{ - "name": "aws/aws-sdk-php", - "version": "3.269.0" -} -{ - "name": "cebe/markdown", - "version": "1.2.1" -} -{ - "name": "codemix/yii2-streamlog", - "version": "1.3.1" -} -{ - "name": "ezyang/htmlpurifier", - "version": "v4.16.0" -} -{ - "name": "fillup/fake-bower-assets", - "version": "2.0.13" -} -{ - "name": "gettext/gettext", - "version": "4.x-dev ed5535a" -} -{ - "name": "gettext/languages", - "version": "2.10.0" -} -{ - "name": "google/recaptcha", - "version": "1.3.0" -} -{ - "name": "guzzlehttp/command", - "version": "1.3.0" -} -{ - "name": "guzzlehttp/guzzle", - "version": "7.7.0" -} -{ - "name": "guzzlehttp/guzzle-services", - "version": "1.4.0" -} -{ - "name": "guzzlehttp/promises", - "version": "1.5.3" -} -{ - "name": "guzzlehttp/psr7", - "version": "2.5.0" -} -{ - "name": "guzzlehttp/uri-template", - "version": "v1.0.1" -} -{ - "name": "mlocati/ip-lib", - "version": "1.18.0" -} -{ - "name": "monolog/monolog", - "version": "1.27.1" -} -{ - "name": "mtdowling/jmespath.php", - "version": "2.6.1" -} -{ - "name": "paragonie/random_compat", - "version": "v9.99.100" -} -{ - "name": "phpfastcache/riak-client", - "version": "3.4.3" -} -{ - "name": "phpmailer/phpmailer", - "version": "v6.8.0" -} -{ - "name": "phpspec/php-diff", - "version": "v1.1.3" -} -{ - "name": "psr/cache", - "version": "2.0.0" -} -{ - "name": "psr/container", - "version": "1.1.2" -} -{ - "name": "psr/http-client", - "version": "1.0.2" -} -{ - "name": "psr/http-factory", - "version": "1.0.2" -} -{ - "name": "psr/http-message", - "version": "2.0" -} -{ - "name": "psr/log", - "version": "1.1.4" -} -{ - "name": "ralouphie/getallheaders", - "version": "3.0.3" -} -{ - "name": "ramsey/uuid", - "version": "3.9.7" -} -{ - "name": "rlanvin/php-ip", - "version": "v1.0.1" -} -{ - "name": "roave/security-advisories", - "version": "dev-master 69dafab" -} -{ - "name": "robrichards/xmlseclibs", - "version": "3.1.1" -} -{ - "name": "silinternational/idp-id-broker-php-client", - "version": "4.3.1" -} -{ - "name": "silinternational/php-env", - "version": "3.1.0" -} -{ - "name": "silinternational/psr3-adapters", - "version": "3.1.0" -} -{ - "name": "silinternational/simplesamlphp-module-expirychecker", - "version": "3.1.3" -} -{ - "name": "silinternational/simplesamlphp-module-material", - "version": "8.1.1" -} -{ - "name": "silinternational/simplesamlphp-module-mfa", - "version": "5.2.1" -} -{ - "name": "silinternational/simplesamlphp-module-profilereview", - "version": "2.1.0" -} -{ - "name": "silinternational/simplesamlphp-module-silauth", - "version": "7.1.1" -} -{ - "name": "silinternational/simplesamlphp-module-sildisco", - "version": "4.0.0" -} -{ - "name": "silinternational/ssp-utilities", - "version": "1.1.0" -} -{ - "name": "silinternational/yii2-json-log-targets", - "version": "2.1.0" -} -{ - "name": "simplesamlphp/assert", - "version": "v0.0.13" -} -{ - "name": "simplesamlphp/composer-module-installer", - "version": "v1.1.8" -} -{ - "name": "simplesamlphp/saml2", - "version": "v4.6.10" -} -{ - "name": "simplesamlphp/simplesamlphp", - "version": "1.19.8" -} -{ - "name": "simplesamlphp/simplesamlphp-module-adfs", - "version": "v1.0.9" -} -{ - "name": "simplesamlphp/simplesamlphp-module-authcrypt", - "version": "v0.9.4" -} -{ - "name": "simplesamlphp/simplesamlphp-module-authfacebook", - "version": "v0.9.3" -} -{ - "name": "simplesamlphp/simplesamlphp-module-authorize", - "version": "v0.9.4" -} -{ - "name": "simplesamlphp/simplesamlphp-module-authtwitter", - "version": "v0.9.3" -} -{ - "name": "simplesamlphp/simplesamlphp-module-authwindowslive", - "version": "v0.9.1" -} -{ - "name": "simplesamlphp/simplesamlphp-module-authx509", - "version": "v0.9.9" -} -{ - "name": "simplesamlphp/simplesamlphp-module-authyubikey", - "version": "v0.9.3" -} -{ - "name": "simplesamlphp/simplesamlphp-module-cas", - "version": "v0.9.1" -} -{ - "name": "simplesamlphp/simplesamlphp-module-cdc", - "version": "v0.9.2" -} -{ - "name": "simplesamlphp/simplesamlphp-module-consent", - "version": "v0.9.8" -} -{ - "name": "simplesamlphp/simplesamlphp-module-consentadmin", - "version": "v0.9.2" -} -{ - "name": "simplesamlphp/simplesamlphp-module-discopower", - "version": "v0.10.1" -} -{ - "name": "simplesamlphp/simplesamlphp-module-exampleattributeserver", - "version": "v1.0.0" -} -{ - "name": "simplesamlphp/simplesamlphp-module-expirycheck", - "version": "v0.9.4" -} -{ - "name": "simplesamlphp/simplesamlphp-module-ldap", - "version": "v0.9.17" -} -{ - "name": "simplesamlphp/simplesamlphp-module-memcachemonitor", - "version": "v0.9.3" -} -{ - "name": "simplesamlphp/simplesamlphp-module-memcookie", - "version": "v1.2.2" -} -{ - "name": "simplesamlphp/simplesamlphp-module-metarefresh", - "version": "v0.10.0" -} -{ - "name": "simplesamlphp/simplesamlphp-module-negotiate", - "version": "v0.9.12" -} -{ - "name": "simplesamlphp/simplesamlphp-module-oauth", - "version": "v0.9.3" -} -{ - "name": "simplesamlphp/simplesamlphp-module-preprodwarning", - "version": "v0.9.3" -} -{ - "name": "simplesamlphp/simplesamlphp-module-radius", - "version": "v0.9.4" -} -{ - "name": "simplesamlphp/simplesamlphp-module-riak", - "version": "v0.9.1" -} -{ - "name": "simplesamlphp/simplesamlphp-module-sanitycheck", - "version": "v0.9.1" -} -{ - "name": "simplesamlphp/simplesamlphp-module-smartattributes", - "version": "v0.9.2" -} -{ - "name": "simplesamlphp/simplesamlphp-module-sqlauth", - "version": "v0.9.4" -} -{ - "name": "simplesamlphp/simplesamlphp-module-statistics", - "version": "v0.9.6" -} -{ - "name": "simplesamlphp/twig-configurable-i18n", - "version": "v2.3.5" -} -{ - "name": "sinergi/browser-detector", - "version": "6.1.4" -} -{ - "name": "symfony/cache", - "version": "v5.4.25" -} -{ - "name": "symfony/cache-contracts", - "version": "v2.5.2" -} -{ - "name": "symfony/config", - "version": "v4.4.44" -} -{ - "name": "symfony/console", - "version": "v4.4.49" -} -{ - "name": "symfony/debug", - "version": "v4.4.44" -} -{ - "name": "symfony/dependency-injection", - "version": "v4.4.49" -} -{ - "name": "symfony/deprecation-contracts", - "version": "v3.3.0" -} -{ - "name": "symfony/error-handler", - "version": "v4.4.44" -} -{ - "name": "symfony/event-dispatcher", - "version": "v4.4.44" -} -{ - "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.13" -} -{ - "name": "symfony/filesystem", - "version": "v5.4.25" -} -{ - "name": "symfony/finder", - "version": "v5.4.27" -} -{ - "name": "symfony/framework-bundle", - "version": "v4.4.49" -} -{ - "name": "symfony/http-client-contracts", - "version": "v2.5.2" -} -{ - "name": "symfony/http-foundation", - "version": "v5.4.26" -} -{ - "name": "symfony/http-kernel", - "version": "v4.4.50" -} -{ - "name": "symfony/polyfill-ctype", - "version": "v1.27.0" -} -{ - "name": "symfony/polyfill-mbstring", - "version": "v1.27.0" -} -{ - "name": "symfony/polyfill-php72", - "version": "v1.27.0" -} -{ - "name": "symfony/polyfill-php73", - "version": "v1.27.0" -} -{ - "name": "symfony/polyfill-php80", - "version": "v1.27.0" -} -{ - "name": "symfony/polyfill-php81", - "version": "v1.27.0" -} -{ - "name": "symfony/routing", - "version": "v4.4.44" -} -{ - "name": "symfony/service-contracts", - "version": "v2.5.2" -} -{ - "name": "symfony/var-dumper", - "version": "v5.4.26" -} -{ - "name": "symfony/var-exporter", - "version": "v5.4.26" -} -{ - "name": "symfony/yaml", - "version": "v5.0.11" -} -{ - "name": "twig/extensions", - "version": "v1.5.4" -} -{ - "name": "twig/twig", - "version": "v2.15.5" -} -{ - "name": "webmozart/assert", - "version": "1.11.0" -} -{ - "name": "whitehat101/apr1-md5", - "version": "v1.0.0" -} -{ - "name": "yiisoft/yii2", - "version": "2.0.48.1" -} -{ - "name": "yiisoft/yii2-composer", - "version": "2.0.10" -} -{ - "name": "yiisoft/yii2-gii", - "version": "2.2.6" -} +[ + { + "name": "aws/aws-crt-php", + "version": "v1.2.2" + }, + { + "name": "aws/aws-sdk-php", + "version": "3.269.0" + }, + { + "name": "cebe/markdown", + "version": "1.2.1" + }, + { + "name": "codemix/yii2-streamlog", + "version": "1.3.1" + }, + { + "name": "ezyang/htmlpurifier", + "version": "v4.16.0" + }, + { + "name": "fillup/fake-bower-assets", + "version": "2.0.13" + }, + { + "name": "gettext/gettext", + "version": "4.x-dev ed5535a" + }, + { + "name": "gettext/languages", + "version": "2.10.0" + }, + { + "name": "google/recaptcha", + "version": "1.3.0" + }, + { + "name": "guzzlehttp/command", + "version": "1.3.0" + }, + { + "name": "guzzlehttp/guzzle", + "version": "7.7.0" + }, + { + "name": "guzzlehttp/guzzle-services", + "version": "1.4.0" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.3" + }, + { + "name": "guzzlehttp/psr7", + "version": "2.5.0" + }, + { + "name": "guzzlehttp/uri-template", + "version": "v1.0.1" + }, + { + "name": "mlocati/ip-lib", + "version": "1.18.0" + }, + { + "name": "monolog/monolog", + "version": "1.27.1" + }, + { + "name": "mtdowling/jmespath.php", + "version": "2.6.1" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100" + }, + { + "name": "phpfastcache/riak-client", + "version": "3.4.3" + }, + { + "name": "phpmailer/phpmailer", + "version": "v6.8.0" + }, + { + "name": "phpspec/php-diff", + "version": "v1.1.3" + }, + { + "name": "psr/cache", + "version": "2.0.0" + }, + { + "name": "psr/container", + "version": "1.1.2" + }, + { + "name": "psr/http-client", + "version": "1.0.2" + }, + { + "name": "psr/http-factory", + "version": "1.0.2" + }, + { + "name": "psr/http-message", + "version": "2.0" + }, + { + "name": "psr/log", + "version": "1.1.4" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3" + }, + { + "name": "ramsey/uuid", + "version": "3.9.7" + }, + { + "name": "rlanvin/php-ip", + "version": "v1.0.1" + }, + { + "name": "roave/security-advisories", + "version": "dev-master 69dafab" + }, + { + "name": "robrichards/xmlseclibs", + "version": "3.1.1" + }, + { + "name": "silinternational/idp-id-broker-php-client", + "version": "4.3.1" + }, + { + "name": "silinternational/php-env", + "version": "3.1.0" + }, + { + "name": "silinternational/psr3-adapters", + "version": "3.1.0" + }, + { + "name": "silinternational/simplesamlphp-module-expirychecker", + "version": "3.1.3" + }, + { + "name": "silinternational/simplesamlphp-module-material", + "version": "8.1.1" + }, + { + "name": "silinternational/simplesamlphp-module-mfa", + "version": "5.2.1" + }, + { + "name": "silinternational/simplesamlphp-module-profilereview", + "version": "2.1.0" + }, + { + "name": "silinternational/simplesamlphp-module-silauth", + "version": "7.1.1" + }, + { + "name": "silinternational/simplesamlphp-module-sildisco", + "version": "4.0.0" + }, + { + "name": "silinternational/ssp-utilities", + "version": "1.1.0" + }, + { + "name": "silinternational/yii2-json-log-targets", + "version": "2.1.0" + }, + { + "name": "simplesamlphp/assert", + "version": "v0.0.13" + }, + { + "name": "simplesamlphp/composer-module-installer", + "version": "v1.1.8" + }, + { + "name": "simplesamlphp/saml2", + "version": "v4.6.10" + }, + { + "name": "simplesamlphp/simplesamlphp", + "version": "1.19.8" + }, + { + "name": "simplesamlphp/simplesamlphp-module-adfs", + "version": "v1.0.9" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authcrypt", + "version": "v0.9.4" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authfacebook", + "version": "v0.9.3" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authorize", + "version": "v0.9.4" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authtwitter", + "version": "v0.9.3" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authwindowslive", + "version": "v0.9.1" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authx509", + "version": "v0.9.9" + }, + { + "name": "simplesamlphp/simplesamlphp-module-authyubikey", + "version": "v0.9.3" + }, + { + "name": "simplesamlphp/simplesamlphp-module-cas", + "version": "v0.9.1" + }, + { + "name": "simplesamlphp/simplesamlphp-module-cdc", + "version": "v0.9.2" + }, + { + "name": "simplesamlphp/simplesamlphp-module-consent", + "version": "v0.9.8" + }, + { + "name": "simplesamlphp/simplesamlphp-module-consentadmin", + "version": "v0.9.2" + }, + { + "name": "simplesamlphp/simplesamlphp-module-discopower", + "version": "v0.10.1" + }, + { + "name": "simplesamlphp/simplesamlphp-module-exampleattributeserver", + "version": "v1.0.0" + }, + { + "name": "simplesamlphp/simplesamlphp-module-expirycheck", + "version": "v0.9.4" + }, + { + "name": "simplesamlphp/simplesamlphp-module-ldap", + "version": "v0.9.17" + }, + { + "name": "simplesamlphp/simplesamlphp-module-memcachemonitor", + "version": "v0.9.3" + }, + { + "name": "simplesamlphp/simplesamlphp-module-memcookie", + "version": "v1.2.2" + }, + { + "name": "simplesamlphp/simplesamlphp-module-metarefresh", + "version": "v0.10.0" + }, + { + "name": "simplesamlphp/simplesamlphp-module-negotiate", + "version": "v0.9.12" + }, + { + "name": "simplesamlphp/simplesamlphp-module-oauth", + "version": "v0.9.3" + }, + { + "name": "simplesamlphp/simplesamlphp-module-preprodwarning", + "version": "v0.9.3" + }, + { + "name": "simplesamlphp/simplesamlphp-module-radius", + "version": "v0.9.4" + }, + { + "name": "simplesamlphp/simplesamlphp-module-riak", + "version": "v0.9.1" + }, + { + "name": "simplesamlphp/simplesamlphp-module-sanitycheck", + "version": "v0.9.1" + }, + { + "name": "simplesamlphp/simplesamlphp-module-smartattributes", + "version": "v0.9.2" + }, + { + "name": "simplesamlphp/simplesamlphp-module-sqlauth", + "version": "v0.9.4" + }, + { + "name": "simplesamlphp/simplesamlphp-module-statistics", + "version": "v0.9.6" + }, + { + "name": "simplesamlphp/twig-configurable-i18n", + "version": "v2.3.5" + }, + { + "name": "sinergi/browser-detector", + "version": "6.1.4" + }, + { + "name": "symfony/cache", + "version": "v5.4.25" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.5.2" + }, + { + "name": "symfony/config", + "version": "v4.4.44" + }, + { + "name": "symfony/console", + "version": "v4.4.49" + }, + { + "name": "symfony/debug", + "version": "v4.4.44" + }, + { + "name": "symfony/dependency-injection", + "version": "v4.4.49" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v3.3.0" + }, + { + "name": "symfony/error-handler", + "version": "v4.4.44" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.44" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13" + }, + { + "name": "symfony/filesystem", + "version": "v5.4.25" + }, + { + "name": "symfony/finder", + "version": "v5.4.27" + }, + { + "name": "symfony/framework-bundle", + "version": "v4.4.49" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.2" + }, + { + "name": "symfony/http-foundation", + "version": "v5.4.26" + }, + { + "name": "symfony/http-kernel", + "version": "v4.4.50" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.27.0" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.27.0" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.27.0" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.27.0" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.27.0" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.27.0" + }, + { + "name": "symfony/routing", + "version": "v4.4.44" + }, + { + "name": "symfony/service-contracts", + "version": "v2.5.2" + }, + { + "name": "symfony/var-dumper", + "version": "v5.4.26" + }, + { + "name": "symfony/var-exporter", + "version": "v5.4.26" + }, + { + "name": "symfony/yaml", + "version": "v5.0.11" + }, + { + "name": "twig/extensions", + "version": "v1.5.4" + }, + { + "name": "twig/twig", + "version": "v2.15.5" + }, + { + "name": "webmozart/assert", + "version": "1.11.0" + }, + { + "name": "whitehat101/apr1-md5", + "version": "v1.0.0" + }, + { + "name": "yiisoft/yii2", + "version": "2.0.48.1" + }, + { + "name": "yiisoft/yii2-composer", + "version": "2.0.10" + }, + { + "name": "yiisoft/yii2-gii", + "version": "2.2.6" + } +]