{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "cat \/var\/www\/dev.campus.systemische-tools.de\/vendor\/autoload.php",
"description": "Check autoload"
}
}
{
"tool_response": {
"stdout": "<?php\n\n\/\/ autoload.php @generated by Composer\n\nif (PHP_VERSION_ID < 50600) {\n if (!headers_sent()) {\n header('HTTP\/1.1 500 Internal Server Error');\n }\n $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via \"composer self-update --2.2\". Aborting.'.PHP_EOL;\n if (!ini_get('display_errors')) {\n if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {\n fwrite(STDERR, $err);\n } elseif (!headers_sent()) {\n echo $err;\n }\n }\n throw new RuntimeException($err);\n}\n\nrequire_once __DIR__ . '\/composer\/autoload_real.php';\n\nreturn ComposerAutoloaderInitb5f9906a70eca0a4e580e6dea2393b70::getLoader();",
"stderr": "",
"interrupted": false,
"isImage": false
}
}