Laravel\SparkInstaller\Installation\UpdateComposerFile::getComposerConfiguration PHP Метод

getComposerConfiguration() защищенный Метод

Read the Composer file from disk.
protected getComposerConfiguration ( ) : array
Результат array
    protected function getComposerConfiguration()
    {
        return json_decode(file_get_contents($this->command->path . '/composer.json'), true);
    }