use local version of listmonk-php

This commit is contained in:
2025-08-06 10:23:34 +02:00
parent e67912a107
commit cf1610dfa1
23 changed files with 155 additions and 1450 deletions

5
vendor/autoload.php vendored
View File

@@ -14,10 +14,7 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';