From 2bfe51c6c71fa00aa3cf72ffbb8f2cfc04695c3a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 9 Aug 2021 20:30:40 +0300 Subject: [PATCH] Rollback #18532: Do not autoload tests/bootstrap.php since new Composer tries to do so for ./build/build as well --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 1a0eb701fc..e7d0d34f03 100644 --- a/composer.json +++ b/composer.json @@ -103,11 +103,6 @@ "yii\\cs\\": "cs/src/" } }, - "autoload-dev": { - "files": [ - "tests/bootstrap.php" - ] - }, "config": { "platform": {"php": "5.4"} },