file = realpath("${directory}/composer.json"); } /** * {@inheritdoc} */ public function parse() { $this->run = $this->contents['require'] ?? []; $this->dev = $this->contents['require-dev'] ?? []; } }