MDL-69548 core: Adding the php-enum library

This is a dependency of ZipStream
This commit is contained in:
Michael Hawkins 2020-08-26 21:01:14 +08:00
parent 6d3c27fe7f
commit 8eee0f5e26
6 changed files with 272 additions and 0 deletions

View file

@ -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',
);
/**