MDL-55071 psr4: Use psr4 classloader for scss, rtlcss and cssparser

Part of MDL-55071
This commit is contained in:
Damyon Wiese
2016-09-23 10:57:35 +01:00
committed by Dan Poltawski
parent ff392efc89
commit 5d9f0bb3fe
4 changed files with 3 additions and 62 deletions
+3
View File
@@ -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'
);
/**