new Github(array( 'user' => 'silverstripe', 'project' => 'sapphire', 'branch' => FRAMEWORK_CURRENT_BRANCH )), 'cms' => new Github(array( 'user' => 'silverstripe', 'project' => 'silverstripe-cms', 'branch' => FRAMEWORK_CURRENT_BRANCH )), 'themes/simple' => new GithubSparse(array( 'user' => 'silverstripe-themes', 'project' => 'silverstripe-simple', 'branch' => FRAMEWORK_CURRENT_BRANCH, 'subdir' => '' )) );