默认安装正式版tp6

This commit is contained in:
augushong
2020-01-17 20:19:41 +08:00
parent 683ef8f200
commit db22545832
2 changed files with 10 additions and 13 deletions

View File

@@ -19,8 +19,8 @@
], ],
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.1.0",
"topthink/framework": "6.0.*-dev", "topthink/framework": "6.0.*",
"topthink/think-orm": "2.0.*-dev", "topthink/think-orm": "2.0.*",
"topthink/think-view": "^1.0", "topthink/think-view": "^1.0",
"topthink/think-migration": "^3.0", "topthink/think-migration": "^3.0",
"topthink/think-helper": "^3.1", "topthink/think-helper": "^3.1",

19
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": "f1eea88aa96466e1b83b1303306f9a13", "content-hash": "b19060a1d380bbf89c1609deba7828ab",
"packages": [ "packages": [
{ {
"name": "league/flysystem", "name": "league/flysystem",
@@ -432,16 +432,16 @@
}, },
{ {
"name": "topthink/framework", "name": "topthink/framework",
"version": "6.0.x-dev", "version": "v6.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/top-think/framework.git", "url": "https://github.com/top-think/framework.git",
"reference": "dbe7e9d7159d767b37c05627069289a07138e13e" "reference": "1444cce94b40a836958380b160a5fb7bfc165daf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/top-think/framework/zipball/dbe7e9d7159d767b37c05627069289a07138e13e", "url": "https://api.github.com/repos/top-think/framework/zipball/1444cce94b40a836958380b160a5fb7bfc165daf",
"reference": "dbe7e9d7159d767b37c05627069289a07138e13e", "reference": "1444cce94b40a836958380b160a5fb7bfc165daf",
"shasum": "", "shasum": "",
"mirrors": [ "mirrors": [
{ {
@@ -496,7 +496,7 @@
"orm", "orm",
"thinkphp" "thinkphp"
], ],
"time": "2020-01-14T12:45:58+00:00" "time": "2020-01-13T05:48:05+00:00"
}, },
{ {
"name": "topthink/think-captcha", "name": "topthink/think-captcha",
@@ -706,7 +706,7 @@
}, },
{ {
"name": "topthink/think-orm", "name": "topthink/think-orm",
"version": "2.0.x-dev", "version": "v2.0.31",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/top-think/think-orm.git", "url": "https://github.com/top-think/think-orm.git",
@@ -1054,10 +1054,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"topthink/framework": 20,
"topthink/think-orm": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {