{ "packages": [ { "name": "topthink/framework", "version": "v5.1.42", "version_normalized": "5.1.42.0", "source": { "type": "git", "url": "https://github.com/top-think/framework.git", "reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/framework/zipball/ecf1a90d397d821ce2df58f7d47e798c17eba3ad", "reference": "ecf1a90d397d821ce2df58f7d47e798c17eba3ad", "shasum": "", "mirrors": [ { "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "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": "^5.0|^6.0", "sebastian/phpcpd": "2.*", "squizlabs/php_codesniffer": "2.*" }, "time": "2022-10-25T15:04:49+00:00", "type": "think-framework", "installation-source": "dist", "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" }, { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "the new thinkphp framework", "homepage": "http://thinkphp.cn/", "keywords": [ "framework", "orm", "thinkphp" ], "support": { "issues": "https://github.com/top-think/framework/issues", "source": "https://github.com/top-think/framework/tree/v5.1.42" }, "install-path": "../topthink/framework" }, { "name": "topthink/think-helper", "version": "v3.1.10", "version_normalized": "3.1.10.0", "source": { "type": "git", "url": "https://github.com/top-think/think-helper.git", "reference": "ac66cc0859a12cd5d73258f50f338aadc95e9b46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-helper/zipball/ac66cc0859a12cd5d73258f50f338aadc95e9b46", "reference": "ac66cc0859a12cd5d73258f50f338aadc95e9b46", "shasum": "", "mirrors": [ { "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=7.1.0" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "time": "2024-11-21T01:47:51+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src/helper.php" ], "psr-4": { "think\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "The ThinkPHP6 Helper Package", "support": { "issues": "https://github.com/top-think/think-helper/issues", "source": "https://github.com/top-think/think-helper/tree/v3.1.10" }, "install-path": "../topthink/think-helper" }, { "name": "topthink/think-installer", "version": "v2.0.5", "version_normalized": "2.0.5.0", "source": { "type": "git", "url": "https://github.com/top-think/think-installer.git", "reference": "38ba647706e35d6704b5d370c06f8a160b635f88" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88", "reference": "38ba647706e35d6704b5d370c06f8a160b635f88", "shasum": "", "mirrors": [ { "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "composer-plugin-api": "^1.0||^2.0" }, "require-dev": { "composer/composer": "^1.0||^2.0" }, "time": "2021-01-14T12:12:14+00:00", "type": "composer-plugin", "extra": { "class": "think\\composer\\Plugin" }, "installation-source": "dist", "autoload": { "psr-4": { "think\\composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "support": { "issues": "https://github.com/top-think/think-installer/issues", "source": "https://github.com/top-think/think-installer/tree/v2.0.5" }, "install-path": "../topthink/think-installer" }, { "name": "topthink/think-queue", "version": "v2.0.4", "version_normalized": "2.0.4.0", "source": { "type": "git", "url": "https://github.com/top-think/think-queue.git", "reference": "d9b8f38c7af8ad770257b0d7db711ce8b12a6969" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-queue/zipball/d9b8f38c7af8ad770257b0d7db711ce8b12a6969", "reference": "d9b8f38c7af8ad770257b0d7db711ce8b12a6969", "shasum": "", "mirrors": [ { "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "topthink/framework": "5.1.*", "topthink/think-helper": ">=1.0.4", "topthink/think-installer": "^2.0" }, "time": "2018-05-11T06:55:55+00:00", "type": "think-extend", "extra": { "think-config": { "queue": "src/config.php" } }, "installation-source": "dist", "autoload": { "files": [ "src/common.php" ], "psr-4": { "think\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "The ThinkPHP5 Queue Package", "support": { "issues": "https://github.com/top-think/think-queue/issues", "source": "https://github.com/top-think/think-queue/tree/2.0" }, "install-path": "../topthink/think-queue" } ], "dev": true, "dev-package-names": [] }