Skip to content

Commit 14f7053

Browse files
committed
build(deps): bump onelogin/php-saml to 4.3.1
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 50396c3 commit 14f7053

37 files changed

+830
-370
lines changed

3rdparty/composer.lock

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

3rdparty/vendor/autoload.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
echo $err;
1515
}
1616
}
17-
trigger_error(
18-
$err,
19-
E_USER_ERROR
20-
);
17+
throw new RuntimeException($err);
2118
}
2219

2320
require_once __DIR__ . '/composer/autoload_real.php';

0 commit comments

Comments
 (0)