File tree Expand file tree Collapse file tree 5 files changed +24
-78
lines changed Expand file tree Collapse file tree 5 files changed +24
-78
lines changed Original file line number Diff line number Diff line change 27
27
/**
28
28
* A moodle DB datastore
29
29
*
30
- * This is essentially a clone of /.extlib/ simplesamlphp/lib/SimpleSAML/Store/SQL.php
30
+ * This is essentially a clone of simplesamlphp/lib/SimpleSAML/Store/SQL.php
31
31
* but with the SQL rewritten to use the moodle api $DB->blah() instead of PDO;
32
32
*
33
33
* @copyright 2016 Brendan Heywood <brendan@catalyst-au.net>
Original file line number Diff line number Diff line change 21
21
* way so it has been copied here and forked. The main differences are
22
22
* the config lookup, but also using the proxy SP module urls.
23
23
*
24
- * Original file is: /.extlib/ simplesamlphp/modules/saml/www/sp/metadata.php
24
+ * Original file is: simplesamlphp/modules/saml/www/sp/metadata.php
25
25
*
26
26
* @package auth_saml2
27
27
* @copyright Brendan Heywood <brendan@catalyst-au.net>
Original file line number Diff line number Diff line change 33
33
$ _SERVER ['SERVER_PORT ' ] = '443 ' ;
34
34
}
35
35
36
- require ($ CFG ->dirroot .'/auth/saml2/.extlib /simplesamlphp/public/module.php ' );
36
+ require ($ CFG ->dirroot .'/auth/saml2/vendor/simplesamlphp /simplesamlphp/public/module.php ' );
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
<license ></license >
8
8
<licenseversion ></licenseversion >
9
9
</library >
10
+ <library >
11
+ <location >vendor</location >
12
+ <name >Composer</name >
13
+ <version ></version >
14
+ <license ></license >
15
+ <licenseversion ></licenseversion >
16
+ </library >
17
+ <library >
18
+ <location >vendor/cweagans/composer-patches</location >
19
+ <name >Composer Patches</name >
20
+ <version >1.7.3</version >
21
+ <license >BSD</license >
22
+ <licenseversion >3</licenseversion >
23
+ </library >
24
+ <library >
25
+ <location >vendor/simplesamlphp/simplesamlphp</location >
26
+ <name >SimpleSamlPHP</name >
27
+ <version >2.4.7</version >
28
+ <license >LGPL</license >
29
+ <licenseversion >2.1</licenseversion >
30
+ </library >
10
31
</libraries >
You can’t perform that action at this time.
0 commit comments