Laravel\SparkInstaller\Installation\UpdateComposerFile::getComposerConfiguration PHP Method

getComposerConfiguration() protected method

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