MDL-55071 psr4: Use psr4 classloader for scss, rtlcss and cssparser
Part of MDL-55071
This commit is contained in:
committed by
Dan Poltawski
parent
ff392efc89
commit
5d9f0bb3fe
@@ -75,6 +75,9 @@ class core_component {
|
||||
protected static $psr4namespaces = array(
|
||||
'MaxMind' => 'lib/maxmind/MaxMind',
|
||||
'GeoIp2' => 'lib/maxmind/GeoIp2',
|
||||
'Sabberworm\\CSS' => 'lib/php-css-parser',
|
||||
'MoodleHQ\\RTLCSS' => 'lib/rtlcss',
|
||||
'Leafo\\ScssPhp' => 'lib/scssphp'
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user