Files
cunkebao_v3/Server/composer.lock

113 lines
3.7 KiB
Plaintext
Raw Normal View History

2025-04-02 15:59:18 +08:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2025-07-07 11:31:25 +08:00
"content-hash": "ba81097bd3bedb9a9265465b0f578307",
2025-04-02 15:59:18 +08:00
"packages": [
{
"name": "topthink/framework",
2025-07-07 11:31:25 +08:00
"version": "v5.0.25",
2025-04-02 15:59:18 +08:00
"source": {
"type": "git",
"url": "https://github.com/top-think/framework.git",
2025-07-07 11:31:25 +08:00
"reference": "643c58ed1bd22a2823ce5e95b3b68a5075f9087c"
2025-04-02 15:59:18 +08:00
},
"dist": {
"type": "zip",
2025-07-07 11:31:25 +08:00
"url": "https://api.github.com/repos/top-think/framework/zipball/643c58ed1bd22a2823ce5e95b3b68a5075f9087c",
"reference": "643c58ed1bd22a2823ce5e95b3b68a5075f9087c",
"shasum": ""
2025-04-02 15:59:18 +08:00
},
"require": {
2025-07-07 11:31:25 +08:00
"php": ">=5.4.0",
"topthink/think-installer": "~1.0"
2025-04-02 15:59:18 +08:00
},
"require-dev": {
"johnkary/phpunit-speedtrap": "^1.0",
"mikey179/vfsstream": "~1.6",
"phpdocumentor/reflection-docblock": "^2.0",
"phploc/phploc": "2.*",
2025-07-07 11:31:25 +08:00
"phpunit/phpunit": "4.8.*",
"sebastian/phpcpd": "2.*"
2025-04-02 15:59:18 +08:00
},
"type": "think-framework",
2025-07-07 11:31:25 +08:00
"autoload": {
"psr-4": {
"think\\": "library/think"
}
},
2025-04-02 15:59:18 +08:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"description": "the new thinkphp framework",
"homepage": "http://thinkphp.cn/",
"keywords": [
"framework",
"orm",
"thinkphp"
],
2025-07-07 11:31:25 +08:00
"time": "2022-10-25T14:59:38+00:00"
2025-04-02 15:59:18 +08:00
},
{
"name": "topthink/think-installer",
2025-07-07 11:31:25 +08:00
"version": "v1.0.14",
2025-04-02 15:59:18 +08:00
"source": {
"type": "git",
"url": "https://github.com/top-think/think-installer.git",
2025-07-07 11:31:25 +08:00
"reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
2025-04-02 15:59:18 +08:00
},
"dist": {
"type": "zip",
2025-07-07 11:31:25 +08:00
"url": "https://api.github.com/repos/top-think/think-installer/zipball/eae1740ac264a55c06134b6685dfb9f837d004d1",
"reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
"shasum": ""
2025-04-02 15:59:18 +08:00
},
"require": {
"composer-plugin-api": "^1.0||^2.0"
},
"require-dev": {
"composer/composer": "^1.0||^2.0"
},
"type": "composer-plugin",
"extra": {
"class": "think\\composer\\Plugin"
},
"autoload": {
"psr-4": {
"think\\composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
2025-07-07 11:31:25 +08:00
"time": "2021-03-25T08:34:02+00:00"
}
],
2025-07-07 11:31:25 +08:00
"packages-dev": [],
2025-04-02 15:59:18 +08:00
"aliases": [],
"minimum-stability": "stable",
2025-07-07 11:31:25 +08:00
"stability-flags": [],
2025-04-02 15:59:18 +08:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2025-07-07 11:31:25 +08:00
"php": ">=5.4.0"
2025-04-02 15:59:18 +08:00
},
2025-07-07 11:31:25 +08:00
"platform-dev": []
2025-04-02 15:59:18 +08:00
}