Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 25 additions & 13 deletions data/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"location": "public/lib/adodb",
"name": "ADOdb",
"description": "Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC.",
"version": "5.22.9",
"version": "5.22.11",
"license": "BSD/LGPL",
"licenseversion": "3-Clause/2.1+",
"repository": "https://github.com/ADOdb/ADOdb",
Expand Down Expand Up @@ -520,39 +520,39 @@
{
"copyrightHolders": [],
"location": "public/lib/guzzlehttp/guzzle",
"name": "GuzzleHttp/Guzzle",
"name": "guzzlehttp/guzzle",
"description": "Guzzle is a PHP HTTP client library",
"version": "7.9.2",
"version": "7.10.0",
"license": "MIT",
"repository": "https://github.com/guzzle/guzzle",
"customised": false
},
{
"copyrightHolders": [],
"location": "public/lib/guzzlehttp/kevinrob/guzzlecache",
"name": "Guzzle cache middleware",
"name": "kevinrob/guzzle-cache-middleware",
"description": "A HTTP Cache for Guzzle as a simple Middleware to be added in the HandlerStack.",
"version": "6.0.0",
"version": "7.0.0",
"license": "MIT",
"repository": "https://github.com/Kevinrob/guzzle-cache-middleware",
"customised": false
},
{
"copyrightHolders": [],
"location": "public/lib/guzzlehttp/promises",
"name": "GuzzleHttp/Promises",
"name": "guzzlehttp/promises",
"description": "Guzzle promises library",
"version": "2.0.4",
"version": "2.3.0",
"license": "MIT",
"repository": "https://github.com/guzzle/promises",
"customised": false
},
{
"copyrightHolders": [],
"location": "public/lib/guzzlehttp/psr7",
"name": "GuzzleHttp/PSR7",
"name": "guzzlehttp/psr7",
"description": "PSR-7 message implementation that also provides common utility methods",
"version": "2.7.0",
"version": "2.8.0",
"license": "MIT",
"repository": "https://github.com/guzzle/psr7",
"customised": false
Expand Down Expand Up @@ -621,7 +621,7 @@
"copyrightHolders": [],
"location": "public/lib/laravel/serializable-closure",
"name": "Serializable Closure",
"version": "2.0.3",
"version": "2.0.10",
"license": "MIT",
"repository": "https://github.com/laravel/serializable-closure",
"customised": false
Expand Down Expand Up @@ -868,7 +868,7 @@
"location": "public/lib/phpspreadsheet/markbaker/complex",
"name": "PHPComplex",
"description": "PHP Class Library for working with Complex numbers.",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"repository": "https://github.com/MarkBaker/PHPComplex",
"customised": false
Expand All @@ -878,7 +878,7 @@
"location": "public/lib/phpspreadsheet/markbaker/matrix",
"name": "PHPMatrix",
"description": "PHP Class for handling Matrices.",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"repository": "https://github.com/MarkBaker/PHPMatrix",
"customised": false
Expand Down Expand Up @@ -1127,7 +1127,7 @@
"copyrightHolders": [],
"location": "public/lib/slim/slim",
"name": "Slim Framework",
"version": "4.13.0",
"version": "4.15.1",
"license": "MIT",
"repository": "https://github.com/slimphp/Slim",
"customised": false
Expand Down Expand Up @@ -1374,6 +1374,18 @@
"repository": "https://github.com/twbs/bootstrap",
"customised": true
},
{
"copyrightHolders": [
"Moodle HQ"
],
"location": "public/theme/boost/scss/design-system",
"name": "@moodlehq/design-system",
"description": "The Moodle HQ design system based on React",
"version": "2.1.1",
"license": "GNU",
"repository": "https://github.com/moodlehq/design-system",
"customised": false
},
{
"copyrightHolders": [
"2023 Fonticons, Inc"
Expand Down
1 change: 1 addition & 0 deletions data/moodle-contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ Skandalis
Skoda
Skylar
Smith
Smucker
Sokolov
Soler
Solomon
Expand Down
37 changes: 24 additions & 13 deletions general/community/credits/thirdpartylibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ A general library that is supposed to be used in most PHP implementations of H5P
Database abstraction library for MySQL, PostgreSQL, MSSQL, Oracle, Interbase, Foxpro, Access, ADO, Sybase, DB2 and ODBC.

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

### GuzzleHttp/Guzzle
### guzzlehttp/guzzle

Guzzle is a PHP HTTP client library

- **Location**: public/lib/guzzlehttp/guzzle
- **Version**: 7.9.2
- **Version**: 7.10.0
- **License**: MIT
- **URL**: [https://github.com/guzzle/guzzle](https://github.com/guzzle/guzzle)

### Guzzle cache middleware
### kevinrob/guzzle-cache-middleware

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

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

### GuzzleHttp/Promises
### guzzlehttp/promises

Guzzle promises library

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

### GuzzleHttp/PSR7
### guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

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

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

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

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

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

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

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

Expand Down Expand Up @@ -1000,7 +1000,7 @@ Simple Pie helps with blogs.
### Slim Framework

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

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

### @moodlehq/design-system

The Moodle HQ design system based on React

- **Location**: public/theme/boost/scss/design-system
- **Version**: 2.1.1
- **License**: GNU
- **URL**: [https://github.com/moodlehq/design-system](https://github.com/moodlehq/design-system)
- **Copyright holders**:
- Moodle HQ

### Font Awesome - http://fontawesome.com

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.
Expand Down