From 71e12777cff799e58b56a74455808c04b318e025 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Thu, 16 Dec 2021 08:26:23 +0100 Subject: [PATCH] [4.x] Shouldn't require vendor.php but autoload.php --- bin/child-process.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/child-process.source b/bin/child-process.source index 8d45ad4..d85fa48 100644 --- a/bin/child-process.source +++ b/bin/child-process.source @@ -9,7 +9,7 @@ use WyriHaximus\React\ChildProcess\Messenger\ChildProcess\Factory; (function() { foreach ([ '%s', - dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'vendor.php', + dirname(__DIR__) . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php', dirname(__DIR__, 3) . DIRECTORY_SEPARATOR . 'autoload.php', ] as $path) { if (file_exists($path)) {