Skip to content

Commit 11cedf3

Browse files
authored
Merge pull request #1545 from moodle/create-pull-request/patch
[repo] Update Moodle Component metadata
2 parents c5537f4 + 78bba02 commit 11cedf3

3 files changed

Lines changed: 50 additions & 26 deletions

File tree

data/libraries.json

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"location": "public/lib/adodb",
117117
"name": "ADOdb",
118118
"description": "Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC.",
119-
"version": "5.22.9",
119+
"version": "5.22.11",
120120
"license": "BSD/LGPL",
121121
"licenseversion": "3-Clause/2.1+",
122122
"repository": "https://github.com/ADOdb/ADOdb",
@@ -520,39 +520,39 @@
520520
{
521521
"copyrightHolders": [],
522522
"location": "public/lib/guzzlehttp/guzzle",
523-
"name": "GuzzleHttp/Guzzle",
523+
"name": "guzzlehttp/guzzle",
524524
"description": "Guzzle is a PHP HTTP client library",
525-
"version": "7.9.2",
525+
"version": "7.10.0",
526526
"license": "MIT",
527527
"repository": "https://github.com/guzzle/guzzle",
528528
"customised": false
529529
},
530530
{
531531
"copyrightHolders": [],
532532
"location": "public/lib/guzzlehttp/kevinrob/guzzlecache",
533-
"name": "Guzzle cache middleware",
533+
"name": "kevinrob/guzzle-cache-middleware",
534534
"description": "A HTTP Cache for Guzzle as a simple Middleware to be added in the HandlerStack.",
535-
"version": "6.0.0",
535+
"version": "7.0.0",
536536
"license": "MIT",
537537
"repository": "https://github.com/Kevinrob/guzzle-cache-middleware",
538538
"customised": false
539539
},
540540
{
541541
"copyrightHolders": [],
542542
"location": "public/lib/guzzlehttp/promises",
543-
"name": "GuzzleHttp/Promises",
543+
"name": "guzzlehttp/promises",
544544
"description": "Guzzle promises library",
545-
"version": "2.0.4",
545+
"version": "2.3.0",
546546
"license": "MIT",
547547
"repository": "https://github.com/guzzle/promises",
548548
"customised": false
549549
},
550550
{
551551
"copyrightHolders": [],
552552
"location": "public/lib/guzzlehttp/psr7",
553-
"name": "GuzzleHttp/PSR7",
553+
"name": "guzzlehttp/psr7",
554554
"description": "PSR-7 message implementation that also provides common utility methods",
555-
"version": "2.7.0",
555+
"version": "2.8.0",
556556
"license": "MIT",
557557
"repository": "https://github.com/guzzle/psr7",
558558
"customised": false
@@ -621,7 +621,7 @@
621621
"copyrightHolders": [],
622622
"location": "public/lib/laravel/serializable-closure",
623623
"name": "Serializable Closure",
624-
"version": "2.0.3",
624+
"version": "2.0.10",
625625
"license": "MIT",
626626
"repository": "https://github.com/laravel/serializable-closure",
627627
"customised": false
@@ -868,7 +868,7 @@
868868
"location": "public/lib/phpspreadsheet/markbaker/complex",
869869
"name": "PHPComplex",
870870
"description": "PHP Class Library for working with Complex numbers.",
871-
"version": "3.0.1",
871+
"version": "3.0.2",
872872
"license": "MIT",
873873
"repository": "https://github.com/MarkBaker/PHPComplex",
874874
"customised": false
@@ -878,7 +878,7 @@
878878
"location": "public/lib/phpspreadsheet/markbaker/matrix",
879879
"name": "PHPMatrix",
880880
"description": "PHP Class for handling Matrices.",
881-
"version": "3.0.0",
881+
"version": "3.0.1",
882882
"license": "MIT",
883883
"repository": "https://github.com/MarkBaker/PHPMatrix",
884884
"customised": false
@@ -1127,7 +1127,7 @@
11271127
"copyrightHolders": [],
11281128
"location": "public/lib/slim/slim",
11291129
"name": "Slim Framework",
1130-
"version": "4.13.0",
1130+
"version": "4.15.1",
11311131
"license": "MIT",
11321132
"repository": "https://github.com/slimphp/Slim",
11331133
"customised": false
@@ -1374,6 +1374,18 @@
13741374
"repository": "https://github.com/twbs/bootstrap",
13751375
"customised": true
13761376
},
1377+
{
1378+
"copyrightHolders": [
1379+
"Moodle HQ"
1380+
],
1381+
"location": "public/theme/boost/scss/design-system",
1382+
"name": "@moodlehq/design-system",
1383+
"description": "The Moodle HQ design system based on React",
1384+
"version": "2.1.1",
1385+
"license": "GNU",
1386+
"repository": "https://github.com/moodlehq/design-system",
1387+
"customised": false
1388+
},
13771389
{
13781390
"copyrightHolders": [
13791391
"2023 Fonticons, Inc"

data/moodle-contributors.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ Skandalis
10941094
Skoda
10951095
Skylar
10961096
Smith
1097+
Smucker
10971098
Sokolov
10981099
Soler
10991100
Solomon

general/community/credits/thirdpartylibs.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ A general library that is supposed to be used in most PHP implementations of H5P
108108
Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC.
109109

110110
- **Location**: public/lib/adodb
111-
- **Version**: 5.22.9
111+
- **Version**: 5.22.11
112112
- **License**: BSD/LGPL 3-Clause/2.1+
113113
- **URL**: [https://github.com/ADOdb/ADOdb](https://github.com/ADOdb/ADOdb)
114114
- **Copyright holders**:
@@ -463,39 +463,39 @@ Class to draw line, point, bar, and area graphs, including numeric x-axis and do
463463
- **Copyright holders**:
464464
- 2000 Herman Veluwenkamp (hermanV AT mindless DOT com)
465465

466-
### GuzzleHttp/Guzzle
466+
### guzzlehttp/guzzle
467467

468468
Guzzle is a PHP HTTP client library
469469

470470
- **Location**: public/lib/guzzlehttp/guzzle
471-
- **Version**: 7.9.2
471+
- **Version**: 7.10.0
472472
- **License**: MIT
473473
- **URL**: [https://github.com/guzzle/guzzle](https://github.com/guzzle/guzzle)
474474

475-
### Guzzle cache middleware
475+
### kevinrob/guzzle-cache-middleware
476476

477477
A HTTP Cache for Guzzle as a simple Middleware to be added in the HandlerStack.
478478

479479
- **Location**: public/lib/guzzlehttp/kevinrob/guzzlecache
480-
- **Version**: 6.0.0
480+
- **Version**: 7.0.0
481481
- **License**: MIT
482482
- **URL**: [https://github.com/Kevinrob/guzzle-cache-middleware](https://github.com/Kevinrob/guzzle-cache-middleware)
483483

484-
### GuzzleHttp/Promises
484+
### guzzlehttp/promises
485485

486486
Guzzle promises library
487487

488488
- **Location**: public/lib/guzzlehttp/promises
489-
- **Version**: 2.0.4
489+
- **Version**: 2.3.0
490490
- **License**: MIT
491491
- **URL**: [https://github.com/guzzle/promises](https://github.com/guzzle/promises)
492492

493-
### GuzzleHttp/PSR7
493+
### guzzlehttp/psr7
494494

495495
PSR-7 message implementation that also provides common utility methods
496496

497497
- **Location**: public/lib/guzzlehttp/psr7
498-
- **Version**: 2.7.0
498+
- **Version**: 2.8.0
499499
- **License**: MIT
500500
- **URL**: [https://github.com/guzzle/psr7](https://github.com/guzzle/psr7)
501501

@@ -555,7 +555,7 @@ jQuery UI is a set of user interface interactions, effects, widgets, and themes
555555
### Serializable Closure
556556

557557
- **Location**: public/lib/laravel/serializable-closure
558-
- **Version**: 2.0.3
558+
- **Version**: 2.0.10
559559
- **License**: MIT
560560
- **URL**: [https://github.com/laravel/serializable-closure](https://github.com/laravel/serializable-closure)
561561

@@ -768,7 +768,7 @@ Class for sending email using either sendmail, PHP mail(), or SMTP. Methods are
768768
PHP Class Library for working with Complex numbers.
769769

770770
- **Location**: public/lib/phpspreadsheet/markbaker/complex
771-
- **Version**: 3.0.1
771+
- **Version**: 3.0.2
772772
- **License**: MIT
773773
- **URL**: [https://github.com/MarkBaker/PHPComplex](https://github.com/MarkBaker/PHPComplex)
774774

@@ -777,7 +777,7 @@ PHP Class Library for working with Complex numbers.
777777
PHP Class for handling Matrices.
778778

779779
- **Location**: public/lib/phpspreadsheet/markbaker/matrix
780-
- **Version**: 3.0.0
780+
- **Version**: 3.0.1
781781
- **License**: MIT
782782
- **URL**: [https://github.com/MarkBaker/PHPMatrix](https://github.com/MarkBaker/PHPMatrix)
783783

@@ -1000,7 +1000,7 @@ Simple Pie helps with blogs.
10001000
### Slim Framework
10011001

10021002
- **Location**: public/lib/slim/slim
1003-
- **Version**: 4.13.0
1003+
- **Version**: 4.15.1
10041004
- **License**: MIT
10051005
- **URL**: [https://github.com/slimphp/Slim](https://github.com/slimphp/Slim)
10061006

@@ -1221,6 +1221,17 @@ HTML, CSS, and JavaScript framework for developing responsive, mobile-first proj
12211221
- 2011-2021 Twitter, Inc
12221222
- 2011-2021 The Bootstrap Authors
12231223

1224+
### @moodlehq/design-system
1225+
1226+
The Moodle HQ design system based on React
1227+
1228+
- **Location**: public/theme/boost/scss/design-system
1229+
- **Version**: 2.1.1
1230+
- **License**: GNU
1231+
- **URL**: [https://github.com/moodlehq/design-system](https://github.com/moodlehq/design-system)
1232+
- **Copyright holders**:
1233+
- Moodle HQ
1234+
12241235
### Font Awesome - http://fontawesome.com
12251236

12261237
Font Awesome CSS, LESS, and Sass files. Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.

0 commit comments

Comments
 (0)