ComposerUpdate

This commit is contained in:
Anyon 2020-05-06 10:17:15 +08:00
parent dafaf5efd8
commit b84b2d33fb
3 changed files with 6 additions and 2 deletions

3
composer.lock generated
View File

@ -1047,5 +1047,6 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-simplexml": "*" "ext-simplexml": "*"
}, },
"platform-dev": [] "platform-dev": [],
"plugin-api-version": "1.1.0"
} }

View File

@ -13,6 +13,9 @@ class ComposerAutoloaderInitf41e9df38a61a147f539b835fbd021f0
} }
} }
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader() public static function getLoader()
{ {
if (null !== self::$loader) { if (null !== self::$loader) {

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php <?php
// This file is automatically generated at:2020-05-06 10:07:22 // This file is automatically generated at:2020-05-06 10:16:56
declare (strict_types = 1); declare (strict_types = 1);
return array ( return array (
0 => 'think\\app\\Service', 0 => 'think\\app\\Service',