Skip to content

Commit 38271c1

Browse files
committed
Bump Simplesaml to 2.4.5
1 parent 633100b commit 38271c1

1,231 files changed

Lines changed: 71972 additions & 4931 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"require": {
21-
"simplesamlphp/simplesamlphp": "~2.3.11",
21+
"simplesamlphp/simplesamlphp": "~2.4.5",
2222
"cweagans/composer-patches": "^1.7"
2323
},
2424
"minimum-stability": "stable",

composer.lock

Lines changed: 375 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thirdpartylibs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<library>
2525
<location>vendor/simplesamlphp/simplesamlphp</location>
2626
<name>SimpleSamlPHP</name>
27-
<version>2.3.10</version>
27+
<version>2.4.5</version>
2828
<license>LGPL</license>
2929
<licenseversion>2.1</licenseversion>
3030
</library>

vendor/composer/autoload_files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
return array(
99
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
1010
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
11-
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
1211
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
12+
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
1313
'662a729f963d39afe703c9d9b7ab4a8c' => $vendorDir . '/symfony/polyfill-php83/bootstrap.php',
1414
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
1515
'89efb1254ef2d1c5d80096acd12c4098' => $vendorDir . '/twig/twig/src/Resources/core.php',

vendor/composer/autoload_psr4.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
3232
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
3333
'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
34+
'Symfony\\Component\\ExpressionLanguage\\' => array($vendorDir . '/symfony/expression-language'),
3435
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
3536
'Symfony\\Component\\ErrorHandler\\' => array($vendorDir . '/symfony/error-handler'),
3637
'Symfony\\Component\\DependencyInjection\\' => array($vendorDir . '/symfony/dependency-injection'),
@@ -41,6 +42,8 @@
4142
'Symfony\\Bridge\\Twig\\' => array($vendorDir . '/symfony/twig-bridge'),
4243
'SimpleSAML\\XML\\' => array($vendorDir . '/simplesamlphp/xml-common/src'),
4344
'SimpleSAML\\XMLSecurity\\' => array($vendorDir . '/simplesamlphp/xml-security/src'),
45+
'SimpleSAML\\SOAP\\' => array($vendorDir . '/simplesamlphp/xml-soap/src'),
46+
'SimpleSAML\\SAML2\\' => array($vendorDir . '/simplesamlphp/saml2/src'),
4447
'SimpleSAML\\Module\\saml\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/modules/saml/src'),
4548
'SimpleSAML\\Module\\multiauth\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/modules/multiauth/src'),
4649
'SimpleSAML\\Module\\exampleauth\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/modules/exampleauth/src'),
@@ -51,14 +54,16 @@
5154
'SimpleSAML\\Composer\\' => array($vendorDir . '/simplesamlphp/composer-module-installer/src'),
5255
'SimpleSAML\\Assert\\' => array($vendorDir . '/simplesamlphp/assert/src'),
5356
'SimpleSAML\\' => array($vendorDir . '/simplesamlphp/simplesamlphp/src/SimpleSAML'),
54-
'SAML2\\' => array($vendorDir . '/simplesamlphp/saml2/src/SAML2'),
57+
'SAML2\\' => array($vendorDir . '/simplesamlphp/saml2-legacy/src/SAML2'),
5558
'RobRichards\\XMLSecLibs\\' => array($vendorDir . '/robrichards/xmlseclibs/src'),
5659
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
5760
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
5861
'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
5962
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
63+
'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
6064
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
6165
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
66+
'Nyholm\\Psr7\\' => array($vendorDir . '/nyholm/psr7/src'),
6267
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
6368
'Gettext\\Languages\\' => array($vendorDir . '/gettext/languages/src'),
6469
'Gettext\\' => array($vendorDir . '/gettext/translator/src', $vendorDir . '/gettext/gettext/src'),

vendor/composer/autoload_static.php

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
99
public static $files = array (
1010
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
1111
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
12-
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
1312
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
13+
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
1414
'662a729f963d39afe703c9d9b7ab4a8c' => __DIR__ . '/..' . '/symfony/polyfill-php83/bootstrap.php',
1515
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
1616
'89efb1254ef2d1c5d80096acd12c4098' => __DIR__ . '/..' . '/twig/twig/src/Resources/core.php',
@@ -61,6 +61,7 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
6161
'Symfony\\Component\\HttpFoundation\\' => 33,
6262
'Symfony\\Component\\Finder\\' => 25,
6363
'Symfony\\Component\\Filesystem\\' => 29,
64+
'Symfony\\Component\\ExpressionLanguage\\' => 37,
6465
'Symfony\\Component\\EventDispatcher\\' => 34,
6566
'Symfony\\Component\\ErrorHandler\\' => 31,
6667
'Symfony\\Component\\DependencyInjection\\' => 38,
@@ -71,6 +72,8 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
7172
'Symfony\\Bridge\\Twig\\' => 20,
7273
'SimpleSAML\\XML\\' => 15,
7374
'SimpleSAML\\XMLSecurity\\' => 23,
75+
'SimpleSAML\\SOAP\\' => 16,
76+
'SimpleSAML\\SAML2\\' => 17,
7477
'SimpleSAML\\Module\\saml\\' => 23,
7578
'SimpleSAML\\Module\\multiauth\\' => 28,
7679
'SimpleSAML\\Module\\exampleauth\\' => 30,
@@ -93,9 +96,14 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
9396
'Psr\\Http\\Message\\' => 17,
9497
'Psr\\EventDispatcher\\' => 20,
9598
'Psr\\Container\\' => 14,
99+
'Psr\\Clock\\' => 10,
96100
'Psr\\Cache\\' => 10,
97101
'PHPMailer\\PHPMailer\\' => 20,
98102
),
103+
'N' =>
104+
array (
105+
'Nyholm\\Psr7\\' => 12,
106+
),
99107
'G' =>
100108
array (
101109
'GuzzleHttp\\Psr7\\' => 16,
@@ -205,6 +213,10 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
205213
array (
206214
0 => __DIR__ . '/..' . '/symfony/filesystem',
207215
),
216+
'Symfony\\Component\\ExpressionLanguage\\' =>
217+
array (
218+
0 => __DIR__ . '/..' . '/symfony/expression-language',
219+
),
208220
'Symfony\\Component\\EventDispatcher\\' =>
209221
array (
210222
0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
@@ -245,6 +257,14 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
245257
array (
246258
0 => __DIR__ . '/..' . '/simplesamlphp/xml-security/src',
247259
),
260+
'SimpleSAML\\SOAP\\' =>
261+
array (
262+
0 => __DIR__ . '/..' . '/simplesamlphp/xml-soap/src',
263+
),
264+
'SimpleSAML\\SAML2\\' =>
265+
array (
266+
0 => __DIR__ . '/..' . '/simplesamlphp/saml2/src',
267+
),
248268
'SimpleSAML\\Module\\saml\\' =>
249269
array (
250270
0 => __DIR__ . '/..' . '/simplesamlphp/simplesamlphp/modules/saml/src',
@@ -287,7 +307,7 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
287307
),
288308
'SAML2\\' =>
289309
array (
290-
0 => __DIR__ . '/..' . '/simplesamlphp/saml2/src/SAML2',
310+
0 => __DIR__ . '/..' . '/simplesamlphp/saml2-legacy/src/SAML2',
291311
),
292312
'RobRichards\\XMLSecLibs\\' =>
293313
array (
@@ -310,6 +330,10 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
310330
array (
311331
0 => __DIR__ . '/..' . '/psr/container/src',
312332
),
333+
'Psr\\Clock\\' =>
334+
array (
335+
0 => __DIR__ . '/..' . '/psr/clock/src',
336+
),
313337
'Psr\\Cache\\' =>
314338
array (
315339
0 => __DIR__ . '/..' . '/psr/cache/src',
@@ -318,6 +342,10 @@ class ComposerStaticInitadb4a871be02446eefeecc569fa94b8d
318342
array (
319343
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
320344
),
345+
'Nyholm\\Psr7\\' =>
346+
array (
347+
0 => __DIR__ . '/..' . '/nyholm/psr7/src',
348+
),
321349
'GuzzleHttp\\Psr7\\' =>
322350
array (
323351
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',

0 commit comments

Comments
 (0)