Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"simplesamlphp/simplesamlphp": "~2.3.11",
"simplesamlphp/simplesamlphp": "~2.4.5",
"cweagans/composer-patches": "^1.7"
},
"minimum-stability": "stable",
Expand Down
431 changes: 375 additions & 56 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<library>
<location>vendor/simplesamlphp/simplesamlphp</location>
<name>SimpleSamlPHP</name>
<version>2.3.10</version>
<version>2.4.5</version>
<license>LGPL</license>
<licenseversion>2.1</licenseversion>
</library>
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
return array(
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'662a729f963d39afe703c9d9b7ab4a8c' => $vendorDir . '/symfony/polyfill-php83/bootstrap.php',
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
'89efb1254ef2d1c5d80096acd12c4098' => $vendorDir . '/twig/twig/src/Resources/core.php',
Expand Down
7 changes: 6 additions & 1 deletion vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
'Symfony\\Component\\ExpressionLanguage\\' => array($vendorDir . '/symfony/expression-language'),
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
'Symfony\\Component\\ErrorHandler\\' => array($vendorDir . '/symfony/error-handler'),
'Symfony\\Component\\DependencyInjection\\' => array($vendorDir . '/symfony/dependency-injection'),
Expand All @@ -41,6 +42,8 @@
'Symfony\\Bridge\\Twig\\' => array($vendorDir . '/symfony/twig-bridge'),
'SimpleSAML\\XML\\' => array($vendorDir . '/simplesamlphp/xml-common/src'),
'SimpleSAML\\XMLSecurity\\' => array($vendorDir . '/simplesamlphp/xml-security/src'),
'SimpleSAML\\SOAP\\' => array($vendorDir . '/simplesamlphp/xml-soap/src'),
'SimpleSAML\\SAML2\\' => array($vendorDir . '/simplesamlphp/saml2/src'),
'SimpleSAML\\Module\\saml\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/modules/saml/src'),
'SimpleSAML\\Module\\multiauth\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/modules/multiauth/src'),
'SimpleSAML\\Module\\exampleauth\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/modules/exampleauth/src'),
Expand All @@ -51,14 +54,16 @@
'SimpleSAML\\Composer\\' => array($vendorDir . '/simplesamlphp/composer-module-installer/src'),
'SimpleSAML\\Assert\\' => array($vendorDir . '/simplesamlphp/assert/src'),
'SimpleSAML\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/src/SimpleSAML'),
'SAML2\\' => array($vendorDir . '/simplesamlphp/saml2/src/SAML2'),
'SAML2\\' => array($vendorDir . '/simplesamlphp/saml2-legacy/src/SAML2'),
'RobRichards\\XMLSecLibs\\' => array($vendorDir . '/robrichards/xmlseclibs/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'Nyholm\\Psr7\\' => array($vendorDir . '/nyholm/psr7/src'),
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
'Gettext\\Languages\\' => array($vendorDir . '/gettext/languages/src'),
'Gettext\\' => array($vendorDir . '/gettext/translator/src', $vendorDir . '/gettext/gettext/src'),
Expand Down
32 changes: 30 additions & 2 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
public static $files = array (
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'662a729f963d39afe703c9d9b7ab4a8c' => __DIR__ . '/..' . '/symfony/polyfill-php83/bootstrap.php',
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
'89efb1254ef2d1c5d80096acd12c4098' => __DIR__ . '/..' . '/twig/twig/src/Resources/core.php',
Expand Down Expand Up @@ -61,6 +61,7 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
'Symfony\\Component\\HttpFoundation\\' => 33,
'Symfony\\Component\\Finder\\' => 25,
'Symfony\\Component\\Filesystem\\' => 29,
'Symfony\\Component\\ExpressionLanguage\\' => 37,
'Symfony\\Component\\EventDispatcher\\' => 34,
'Symfony\\Component\\ErrorHandler\\' => 31,
'Symfony\\Component\\DependencyInjection\\' => 38,
Expand All @@ -71,6 +72,8 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
'Symfony\\Bridge\\Twig\\' => 20,
'SimpleSAML\\XML\\' => 15,
'SimpleSAML\\XMLSecurity\\' => 23,
'SimpleSAML\\SOAP\\' => 16,
'SimpleSAML\\SAML2\\' => 17,
'SimpleSAML\\Module\\saml\\' => 23,
'SimpleSAML\\Module\\multiauth\\' => 28,
'SimpleSAML\\Module\\exampleauth\\' => 30,
Expand All @@ -93,9 +96,14 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
'Psr\\Http\\Message\\' => 17,
'Psr\\EventDispatcher\\' => 20,
'Psr\\Container\\' => 14,
'Psr\\Clock\\' => 10,
'Psr\\Cache\\' => 10,
'PHPMailer\\PHPMailer\\' => 20,
),
'N' =>
array (
'Nyholm\\Psr7\\' => 12,
),
'G' =>
array (
'GuzzleHttp\\Psr7\\' => 16,
Expand Down Expand Up @@ -205,6 +213,10 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
array (
0 => __DIR__ . '/..' . '/symfony/filesystem',
),
'Symfony\\Component\\ExpressionLanguage\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/expression-language',
),
'Symfony\\Component\\EventDispatcher\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
Expand Down Expand Up @@ -245,6 +257,14 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
array (
0 => __DIR__ . '/..' . '/simplesamlphp/xml-security/src',
),
'SimpleSAML\\SOAP\\' =>
array (
0 => __DIR__ . '/..' . '/simplesamlphp/xml-soap/src',
),
'SimpleSAML\\SAML2\\' =>
array (
0 => __DIR__ . '/..' . '/simplesamlphp/saml2/src',
),
'SimpleSAML\\Module\\saml\\' =>
array (
0 => __DIR__ . '/..' . '/simplesamlphp/simplesamlphp/modules/saml/src',
Expand Down Expand Up @@ -287,7 +307,7 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
),
'SAML2\\' =>
array (
0 => __DIR__ . '/..' . '/simplesamlphp/saml2/src/SAML2',
0 => __DIR__ . '/..' . '/simplesamlphp/saml2-legacy/src/SAML2',
),
'RobRichards\\XMLSecLibs\\' =>
array (
Expand All @@ -310,6 +330,10 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
array (
0 => __DIR__ . '/..' . '/psr/container/src',
),
'Psr\\Clock\\' =>
array (
0 => __DIR__ . '/..' . '/psr/clock/src',
),
'Psr\\Cache\\' =>
array (
0 => __DIR__ . '/..' . '/psr/cache/src',
Expand All @@ -318,6 +342,10 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
'Nyholm\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/nyholm/psr7/src',
),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
Expand Down
Loading
Loading