We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33c9a6 commit 5a04b2dCopy full SHA for 5a04b2d
2 files changed
composer.json
@@ -3,7 +3,7 @@
3
"type": "roundcube-plugin",
4
"description": "OpenID Connect 1.0 login plugin for roundcube",
5
"license": "MIT",
6
- "version": "1.2.8",
+ "version": "1.2.9",
7
"authors": [
8
{
9
"name": "Varun Patil",
roundcube_oidc.php
@@ -1,7 +1,7 @@
1
<?php
2
// Require composer autoload for direct installs
-include __DIR__ . '/vendor/autoload.php';
+@include __DIR__ . '/vendor/autoload.php';
use Jumbojett\OpenIDConnectClient;
0 commit comments