= 7.0 to build docs, found version " . phpversion()); } } public static function buildConfigForVersion($version) { $gaxRootDir = realpath(__DIR__ . '/../../..'); $iterator = Finder::create() ->files() ->name('*.php') ->exclude('GPBMetadata') ->in($dir = "$gaxRootDir/src") ; return new Sami($iterator, array( 'title' => "Google ApiCore - $version", 'version' => $version, 'build_dir' => "$gaxRootDir/tmp_gh-pages/%version%", 'cache_dir' => "$gaxRootDir/cache/%version%", 'default_opened_level' => 1, )); } }