Merge branch 'v3' into master

This commit is contained in:
邹景立 2018-05-12 16:31:56 +08:00 committed by GitHub
commit e2395559e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ class ComposerAutoloaderInit27146d5859a40193f6e6a960dc07477e
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit27146d5859a40193f6e6a960dc07477e::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';