Skip to content

Commit 8b6b54c

Browse files
authored
Merge pull request #1298 from moodle/create-pull-request/patch
[repo] Update Moodle Component metadata
2 parents 66e5fce + 63c23b6 commit 8b6b54c

File tree

3 files changed

+83
-20
lines changed

3 files changed

+83
-20
lines changed

data/libraries.json

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
"2014 Damien Regad, Mark Newnham and the ADOdb community"
128128
],
129129
"location": "lib/adodb",
130-
"name": "AdoDB",
130+
"name": "ADOdb",
131131
"description": "Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC.",
132-
"version": "5.22.7",
132+
"version": "5.22.8",
133133
"license": "BSD/LGPL",
134134
"licenseversion": "3-Clause/2.1+",
135135
"repository": "https://github.com/ADOdb/ADOdb",
@@ -167,7 +167,7 @@
167167
"location": "lib/amd/src/loglevel.js",
168168
"name": "loglevel.js",
169169
"description": "Minimal lightweight simple logging for JavaScript.",
170-
"version": "1.9.1",
170+
"version": "1.9.2",
171171
"license": "MIT",
172172
"repository": "https://github.com/pimterry/loglevel/",
173173
"customised": false
@@ -225,7 +225,7 @@
225225
"location": "lib/aws-sdk",
226226
"name": "AWS SDK for PHP",
227227
"description": "The AWS SDK for PHP library",
228-
"version": "3.318.0",
228+
"version": "3.342.2",
229229
"license": "Apache",
230230
"licenseversion": "2.0",
231231
"repository": "https://github.com/aws/aws-sdk-php",
@@ -257,6 +257,18 @@
257257
"repository": "https://sourceforge.net/projects/bennu/",
258258
"customised": true
259259
},
260+
{
261+
"copyrightHolders": [
262+
"Composer"
263+
],
264+
"location": "lib/composer/pcre",
265+
"name": "composer/pcre",
266+
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
267+
"version": "3.3.2",
268+
"license": "MIT",
269+
"repository": "https://github.com/composer/pcre",
270+
"customised": false
271+
},
260272
{
261273
"copyrightHolders": [],
262274
"location": "lib/editor/tiny/js/tinymce",
@@ -556,7 +568,7 @@
556568
"location": "lib/jmespath",
557569
"name": "JMESPath",
558570
"description": "The JMESPath library",
559-
"version": "2.7.0",
571+
"version": "2.8.0",
560572
"license": "MIT",
561573
"repository": "https://github.com/jmespath/jmespath.php",
562574
"customised": false
@@ -802,7 +814,7 @@
802814
"location": "lib/php-jwt",
803815
"name": "PHP-JWT",
804816
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519",
805-
"version": "6.10.0",
817+
"version": "6.11.0",
806818
"license": "BSD",
807819
"licenseversion": "3-Clause",
808820
"repository": "https://github.com/firebase/php-jwt",
@@ -821,12 +833,32 @@
821833
"repository": "https://github.com/PHPMailer/PHPMailer",
822834
"customised": false
823835
},
836+
{
837+
"copyrightHolders": [],
838+
"location": "lib/phpspreadsheet/markbaker/complex",
839+
"name": "PHPComplex",
840+
"description": "PHP Class Library for working with Complex numbers.",
841+
"version": "3.0.1",
842+
"license": "MIT",
843+
"repository": "https://github.com/MarkBaker/PHPComplex",
844+
"customised": false
845+
},
846+
{
847+
"copyrightHolders": [],
848+
"location": "lib/phpspreadsheet/markbaker/matrix",
849+
"name": "PHPMatrix",
850+
"description": "PHP Class for handling Matrices.",
851+
"version": "3.0.0",
852+
"license": "MIT",
853+
"repository": "https://github.com/MarkBaker/PHPMatrix",
854+
"customised": false
855+
},
824856
{
825857
"copyrightHolders": [],
826858
"location": "lib/phpspreadsheet/phpspreadsheet",
827859
"name": "PhpSpreadsheet",
828860
"description": "Library to read, write and create spreadsheet documents in PHP.",
829-
"version": "1.29.0",
861+
"version": "4.1.0",
830862
"license": "MIT",
831863
"repository": "https://github.com/PHPOffice/PhpSpreadsheet",
832864
"customised": true
@@ -1046,7 +1078,7 @@
10461078
"location": "lib/simplepie",
10471079
"name": "SimplePie",
10481080
"description": "Simple Pie helps with blogs.",
1049-
"version": "1.8.0",
1081+
"version": "1.8.1",
10501082
"license": "BSD",
10511083
"repository": "https://github.com/simplepie/simplepie",
10521084
"customised": false
@@ -1108,7 +1140,7 @@
11081140
"copyrightHolders": [],
11091141
"location": "lib/webauthn",
11101142
"name": "WebAuthn",
1111-
"version": "2.1.1",
1143+
"version": "2.2.2",
11121144
"license": "MIT",
11131145
"repository": "https://github.com/lbuchs/WebAuthn",
11141146
"customised": false
@@ -1246,7 +1278,7 @@
12461278
"location": "mod/assign/feedback/editpdf/fpdi",
12471279
"name": "FPDI",
12481280
"description": "Collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF.",
1249-
"version": "2.6.0",
1281+
"version": "2.6.3",
12501282
"license": "MIT",
12511283
"repository": "https://github.com/Setasign/FPDI",
12521284
"customised": false

data/moodle-contributors.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,7 @@ Ryan
971971
Rézeau
972972
SSRF
973973
Saad
974+
Saan
974975
Sachan
975976
Safat
976977
Sagar
@@ -1030,6 +1031,7 @@ Silver
10301031
Silvia
10311032
Simeon
10321033
Simey
1034+
Simmo
10331035
Simon
10341036
Singh
10351037
Sirisha

general/community/credits/thirdpartylibs.md

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ A general library that is supposed to be used in most PHP implementations of H5P
114114
- **Copyright holders**:
115115
- Joubel
116116

117-
### AdoDB
117+
### ADOdb
118118

119119
Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC.
120120

121121
- **Location**: lib/adodb
122-
- **Version**: 5.22.7
122+
- **Version**: 5.22.8
123123
- **License**: BSD/LGPL 3-Clause/2.1+
124124
- **URL**: [https://github.com/ADOdb/ADOdb](https://github.com/ADOdb/ADOdb)
125125
- **Copyright holders**:
@@ -153,7 +153,7 @@ Simple yet flexible JavaScript charting for designers & developers.
153153
Minimal lightweight simple logging for JavaScript.
154154

155155
- **Location**: lib/amd/src/loglevel.js
156-
- **Version**: 1.9.1
156+
- **Version**: 1.9.2
157157
- **License**: MIT
158158
- **URL**: [https://github.com/pimterry/loglevel/](https://github.com/pimterry/loglevel/)
159159
- **Copyright holders**:
@@ -208,7 +208,7 @@ Dead simple HTML-safe truncation via the DOM. It truncates HTML code, and has se
208208
The AWS SDK for PHP library
209209

210210
- **Location**: lib/aws-sdk
211-
- **Version**: 3.318.0
211+
- **Version**: 3.342.2
212212
- **License**: Apache 2.0
213213
- **URL**: [https://github.com/aws/aws-sdk-php](https://github.com/aws/aws-sdk-php)
214214

@@ -234,6 +234,17 @@ Bennu is an object-oriented library written in PHP that implements the iCalendar
234234
- **Copyright holders**:
235235
- 2005, Jon Papaioannou
236236

237+
### composer/pcre
238+
239+
PCRE wrapping library that offers type-safe preg_* replacements.
240+
241+
- **Location**: lib/composer/pcre
242+
- **Version**: 3.3.2
243+
- **License**: MIT
244+
- **URL**: [https://github.com/composer/pcre](https://github.com/composer/pcre)
245+
- **Copyright holders**:
246+
- Composer
247+
237248
### Tiny
238249

239250
- **Location**: lib/editor/tiny/js/tinymce
@@ -497,7 +508,7 @@ Filters HTML.
497508
The JMESPath library
498509

499510
- **Location**: lib/jmespath
500-
- **Version**: 2.7.0
511+
- **Version**: 2.8.0
501512
- **License**: MIT
502513
- **URL**: [https://github.com/jmespath/jmespath.php](https://github.com/jmespath/jmespath.php)
503514
- **Copyright holders**:
@@ -710,7 +721,7 @@ A Parser for CSS Files written in PHP.
710721
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
711722

712723
- **Location**: lib/php-jwt
713-
- **Version**: 6.10.0
724+
- **Version**: 6.11.0
714725
- **License**: BSD 3-Clause
715726
- **URL**: [https://github.com/firebase/php-jwt](https://github.com/firebase/php-jwt)
716727
- **Copyright holders**:
@@ -727,12 +738,30 @@ Class for sending email using either sendmail, PHP mail(), or SMTP. Methods are
727738
- **Copyright holders**:
728739
- 2003 Brent R. Matzelle (bmatzelle AT yahoo DOT com)
729740

741+
### PHPComplex
742+
743+
PHP Class Library for working with Complex numbers.
744+
745+
- **Location**: lib/phpspreadsheet/markbaker/complex
746+
- **Version**: 3.0.1
747+
- **License**: MIT
748+
- **URL**: [https://github.com/MarkBaker/PHPComplex](https://github.com/MarkBaker/PHPComplex)
749+
750+
### PHPMatrix
751+
752+
PHP Class for handling Matrices.
753+
754+
- **Location**: lib/phpspreadsheet/markbaker/matrix
755+
- **Version**: 3.0.0
756+
- **License**: MIT
757+
- **URL**: [https://github.com/MarkBaker/PHPMatrix](https://github.com/MarkBaker/PHPMatrix)
758+
730759
### PhpSpreadsheet
731760

732761
Library to read, write and create spreadsheet documents in PHP.
733762

734763
- **Location**: lib/phpspreadsheet/phpspreadsheet
735-
- **Version**: 1.29.0 (with Moodle customisations)
764+
- **Version**: 4.1.0 (with Moodle customisations)
736765
- **License**: MIT
737766
- **URL**: [https://github.com/PHPOffice/PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet)
738767

@@ -930,7 +959,7 @@ scssphp is a compiler for SCSS written in PHP.
930959
Simple Pie helps with blogs.
931960

932961
- **Location**: lib/simplepie
933-
- **Version**: 1.8.0
962+
- **Version**: 1.8.1
934963
- **License**: BSD
935964
- **URL**: [https://github.com/simplepie/simplepie](https://github.com/simplepie/simplepie)
936965

@@ -983,7 +1012,7 @@ URL syntax validation using PHP and regular expressions.
9831012
### WebAuthn
9841013

9851014
- **Location**: lib/webauthn
986-
- **Version**: 2.1.1
1015+
- **Version**: 2.2.2
9871016
- **License**: MIT
9881017
- **URL**: [https://github.com/lbuchs/WebAuthn](https://github.com/lbuchs/WebAuthn)
9891018

@@ -1105,7 +1134,7 @@ JavaScript library that makes it easier to work with and build on HTML5 video
11051134
Collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF.
11061135

11071136
- **Location**: mod/assign/feedback/editpdf/fpdi
1108-
- **Version**: 2.6.0
1137+
- **Version**: 2.6.3
11091138
- **License**: MIT
11101139
- **URL**: [https://github.com/Setasign/FPDI](https://github.com/Setasign/FPDI)
11111140
- **Copyright holders**:

0 commit comments

Comments
 (0)