MDL-69548 core: Adding the php-enum library

This is a dependency of ZipStream
This commit is contained in:
Michael Hawkins
2020-09-18 10:03:22 +08:00
parent cfe02e4d3e
commit bbfbe8e260
6 changed files with 272 additions and 0 deletions
+1
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',
);
/**