ComposerUpdate

This commit is contained in:
Anyon 2020-08-26 15:24:55 +08:00
parent f8b3c1ed69
commit 18d17888e9
4 changed files with 7 additions and 9 deletions

View File

@ -28,7 +28,7 @@
"topthink/framework": "^6.0", "topthink/framework": "^6.0",
"topthink/think-view": "^1.0", "topthink/think-view": "^1.0",
"zoujingli/ip2region": "^1.0", "zoujingli/ip2region": "^1.0",
"zoujingli/think-library": "6.0.*-dev", "zoujingli/think-library": "^6.0",
"zoujingli/wechat-developer": "^1.2" "zoujingli/wechat-developer": "^1.2"
}, },
"autoload": { "autoload": {

8
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8037e81a3aec4e25e2cb08d241087287", "content-hash": "23659f7dc81b58e95b422bc4b5e39054",
"packages": [ "packages": [
{ {
"name": "endroid/qr-code", "name": "endroid/qr-code",
@ -933,7 +933,7 @@
}, },
{ {
"name": "zoujingli/think-library", "name": "zoujingli/think-library",
"version": "v6.0.x-dev", "version": "v6.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git", "url": "https://github.com/zoujingli/ThinkLibrary.git",
@ -1059,9 +1059,7 @@
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"zoujingli/think-library": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {

View File

@ -958,8 +958,8 @@
}, },
{ {
"name": "zoujingli/think-library", "name": "zoujingli/think-library",
"version": "v6.0.x-dev", "version": "v6.0.1",
"version_normalized": "6.0.9999999.9999999-dev", "version_normalized": "6.0.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git", "url": "https://github.com/zoujingli/ThinkLibrary.git",

2
vendor/services.php vendored
View File

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