Skip to content

Commit 964193c

Browse files
authored
Merge pull request #888 from catalyst/composer-fixes
Clean up from composer change
2 parents 4c4bf2c + 4f09bc2 commit 964193c

File tree

5 files changed

+24
-78
lines changed

5 files changed

+24
-78
lines changed

classes/store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* A moodle DB datastore
2929
*
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
3131
* but with the SQL rewritten to use the moodle api $DB->blah() instead of PDO;
3232
*
3333
* @copyright 2016 Brendan Heywood <brendan@catalyst-au.net>

sp/metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* way so it has been copied here and forked. The main differences are
2222
* the config lookup, but also using the proxy SP module urls.
2323
*
24-
* Original file is: /.extlib/simplesamlphp/modules/saml/www/sp/metadata.php
24+
* Original file is: simplesamlphp/modules/saml/www/sp/metadata.php
2525
*
2626
* @package auth_saml2
2727
* @copyright Brendan Heywood <brendan@catalyst-au.net>

sp/module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
$_SERVER['SERVER_PORT'] = '443';
3434
}
3535

36-
require($CFG->dirroot.'/auth/saml2/.extlib/simplesamlphp/public/module.php');
36+
require($CFG->dirroot.'/auth/saml2/vendor/simplesamlphp/simplesamlphp/public/module.php');

tests/simplesamlphp_upgrade_test.php

Lines changed: 0 additions & 75 deletions
This file was deleted.

thirdpartylibs.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,25 @@
77
<license></license>
88
<licenseversion></licenseversion>
99
</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>
1031
</libraries>

0 commit comments

Comments
 (0)