mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-69548 core: Adding the http-message library
This is a dependency of ZipStream
This commit is contained in:
parent
8eee0f5e26
commit
5dc3df0e0c
12 changed files with 1281 additions and 0 deletions
|
@ -106,6 +106,7 @@ class core_component {
|
|||
'Firebase\\JWT' => 'lib/php-jwt/src',
|
||||
'ZipStream' => 'lib/zipstream/src/',
|
||||
'MyCLabs\\Enum' => 'lib/php-enum/src',
|
||||
'Psr\\Http\\Message' => 'lib/http-message/src',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue