From 2550693010d4afd1d32e81e64f390d8f132f4969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 21:28:58 +0000 Subject: [PATCH] Bump topthink/framework from 5.0.24 to 5.1.42 Bumps [topthink/framework](https://github.com/top-think/framework) from 5.0.24 to 5.1.42. - [Release notes](https://github.com/top-think/framework/releases) - [Commits](https://github.com/top-think/framework/compare/v5.0.24...v5.1.42) --- updated-dependencies: - dependency-name: topthink/framework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 71 ++++++++++++++++++++++++--------------------------- 2 files changed, 35 insertions(+), 38 deletions(-) diff --git a/composer.json b/composer.json index a6ac015..86e268b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.4.0", - "topthink/framework": "~5.0.0", + "topthink/framework": "~5.1.42", "topthink/think-image": "^1.0", "topthink/think-captcha": "1.*", "overtrue/wechat": "^3.3", diff --git a/composer.lock b/composer.lock index 729d12b..aa4f6b7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "811804e46db75568fac80525d560c075", + "content-hash": "88806eb09f609cea305ac6930db65be3", "packages": [ { "name": "adbario/php-dot-notation", @@ -2437,42 +2437,32 @@ }, { "name": "topthink/framework", - "version": "v5.0.24", + "version": "v5.1.42", "source": { "type": "git", "url": "https://github.com/top-think/framework.git", - "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be" + "reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be", - "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/top-think/framework/zipball/ecf1a90d397d821ce2df58f7d47e798c17eba3ad", + "reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad", + "shasum": "" }, "require": { - "php": ">=5.4.0", - "topthink/think-installer": "~1.0" + "php": ">=5.6.0", + "topthink/think-installer": "2.*" }, "require-dev": { "johnkary/phpunit-speedtrap": "^1.0", "mikey179/vfsstream": "~1.6", "phpdocumentor/reflection-docblock": "^2.0", "phploc/phploc": "2.*", - "phpunit/phpunit": "4.8.*", - "sebastian/phpcpd": "2.*" + "phpunit/phpunit": "^5.0|^6.0", + "sebastian/phpcpd": "2.*", + "squizlabs/php_codesniffer": "2.*" }, "type": "think-framework", - "autoload": { - "psr-4": { - "think\\": "library/think" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" @@ -2481,6 +2471,10 @@ { "name": "liu21st", "email": "liu21st@gmail.com" + }, + { + "name": "yunwuxin", + "email": "448901948@qq.com" } ], "description": "the new thinkphp framework", @@ -2490,7 +2484,11 @@ "orm", "thinkphp" ], - "time": "2019-01-11T08:04:58+00:00" + "support": { + "issues": "https://github.com/top-think/framework/issues", + "source": "https://github.com/top-think/framework/tree/v5.1.42" + }, + "time": "2022-10-25T15:04:49+00:00" }, { "name": "topthink/think-captcha", @@ -2624,29 +2622,23 @@ }, { "name": "topthink/think-installer", - "version": "v1.0.12", + "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/top-think/think-installer.git", - "reference": "1be326e68f63de4e95977ed50f46ae75f017556d" + "reference": "38ba647706e35d6704b5d370c06f8a160b635f88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d", - "reference": "1be326e68f63de4e95977ed50f46ae75f017556d", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88", + "reference": "38ba647706e35d6704b5d370c06f8a160b635f88", + "shasum": "" }, "require": { - "composer-plugin-api": "^1.0" + "composer-plugin-api": "^1.0||^2.0" }, "require-dev": { - "composer/composer": "1.0.*@dev" + "composer/composer": "^1.0||^2.0" }, "type": "composer-plugin", "extra": { @@ -2667,7 +2659,11 @@ "email": "448901948@qq.com" } ], - "time": "2017-05-27T06:58:09+00:00" + "support": { + "issues": "https://github.com/top-think/think-installer/issues", + "source": "https://github.com/top-think/think-installer/tree/v2.0.5" + }, + "time": "2021-01-14T12:12:14+00:00" }, { "name": "topthink/think-queue", @@ -2913,5 +2909,6 @@ "platform": { "php": ">=5.4.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }