file = realpath("${directory}/composer.json"); } public function load() { $json = json_decode(file_get_contents($jsonPath), TRUE); $jsonPackages = $json['require'] ?? []; $jsonDevPackages = $json['require-dev'] ?? []; } }