ComposerUpdate

This commit is contained in:
Anyon 2020-08-28 15:23:53 +08:00
parent e757ba1ec9
commit 86012d5e8b
6 changed files with 16 additions and 7 deletions

View File

@ -32,6 +32,9 @@
"zoujingli/wechat-developer": "^1.2"
},
"autoload": {
"psr-0": {
"": "extend\\"
},
"psr-4": {
"app\\": "app"
}

6
composer.lock generated
View File

@ -937,12 +937,12 @@
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "1c194b947fb85bd79adc1f821ef06f2f77a35147"
"reference": "6768de2a30a5d3058c4b6d34a0c99591acc4e476"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/1c194b947fb85bd79adc1f821ef06f2f77a35147",
"reference": "1c194b947fb85bd79adc1f821ef06f2f77a35147",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/6768de2a30a5d3058c4b6d34a0c99591acc4e476",
"reference": "6768de2a30a5d3058c4b6d34a0c99591acc4e476",
"shasum": "",
"mirrors": [
{

View File

@ -6,4 +6,5 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'' => array($baseDir . '/extend'),
);

View File

@ -138,6 +138,10 @@ class ComposerStaticInitb911c14a0826c73d9f097343fd33a252
),
);
public static $fallbackDirsPsr0 = array (
0 => __DIR__ . '/../..' . '/extend',
);
public static $classMap = array (
'AliPay\\App' => __DIR__ . '/..' . '/zoujingli/wechat-developer/AliPay/App.php',
'AliPay\\Bill' => __DIR__ . '/..' . '/zoujingli/wechat-developer/AliPay/Bill.php',
@ -650,6 +654,7 @@ class ComposerStaticInitb911c14a0826c73d9f097343fd33a252
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$prefixDirsPsr4;
$loader->fallbackDirsPsr0 = ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInitb911c14a0826c73d9f097343fd33a252::$classMap;
}, null, ClassLoader::class);

View File

@ -963,12 +963,12 @@
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "1c194b947fb85bd79adc1f821ef06f2f77a35147"
"reference": "6768de2a30a5d3058c4b6d34a0c99591acc4e476"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/1c194b947fb85bd79adc1f821ef06f2f77a35147",
"reference": "1c194b947fb85bd79adc1f821ef06f2f77a35147",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/6768de2a30a5d3058c4b6d34a0c99591acc4e476",
"reference": "6768de2a30a5d3058c4b6d34a0c99591acc4e476",
"shasum": "",
"mirrors": [
{

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php
// This file is automatically generated at:2020-08-26 15:23:20
// This file is automatically generated at:2020-08-28 15:23:38
declare (strict_types = 1);
return array (
0 => 'think\\admin\\Library',