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