From f7729cdc403a8d4c5a4e9e75e3142bcb51b7250e Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 10 Jan 2016 09:59:30 +0100 Subject: Add composers default autoloader to core This introduces the defacto standard PSR-4 autoloader from composer into core. This will allow proper PSR-4 naming of our classes. Since our original autoloader is still available we can slowly switch over classes to PSR-4. --- lib/composer/autoload.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/composer/autoload.php (limited to 'lib/composer/autoload.php') diff --git a/lib/composer/autoload.php b/lib/composer/autoload.php new file mode 100644 index 00000000000..610dbf34bca --- /dev/null +++ b/lib/composer/autoload.php @@ -0,0 +1,7 @@ +