[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-25(UTC)"],[[["Composer is used to manage dependencies in PHP, and it can be installed by downloading it and moving the `composer.phar` file to a directory in your system path."],["The `composer.json` file, which can be created manually or via the `composer init` command, lists a project's dependencies."],["To declare dependencies, add a `composer.json` file with the desired dependencies to your function code directory; a practical example, requiring PHP version 8.1 or higher and the Google Cloud Functions Framework version 1.1, is provided in the example."],["The Functions Framework is a necessary dependency for Cloud Run functions, which can be added by using the command `composer require google/cloud-functions-framework`."],["The `composer update` command is utilized to update the function's dependencies and the `composer.lock` file."]]],[]]