From 7240410517c42e5fea08bdadac303b3a891aa59e Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Tue, 12 Apr 2016 09:03:39 +0900 Subject: [PATCH] Issue #2703487 by RobLoach: Move Drupal.php autoloading from "files" to "classmap" --- core/composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/composer.json b/core/composer.json index 07c123be1454..c7bebf9ffd28 100644 --- a/core/composer.json +++ b/core/composer.json @@ -140,10 +140,8 @@ "Drupal\\Component\\": "lib/Drupal/Component", "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver" }, - "files": [ - "lib/Drupal.php" - ], "classmap": [ + "lib/Drupal.php", "lib/Drupal/Component/Utility/Timer.php", "lib/Drupal/Component/Utility/Unicode.php", "lib/Drupal/Core/Database/Database.php", -- GitLab