12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "topthink/think",
- "description": "the new thinkphp framework",
- "type": "project",
- "keywords": [
- "framework",
- "thinkphp",
- "ORM"
- ],
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "liu21st",
- "email": "liu21st@gmail.com"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "ext-pdo": "*",
- "ext-curl": "*",
- "ext-json": "*",
- "ext-bcmath": "*",
- "ext-gd": "*",
- "ext-libxml": "*",
- "ext-simplexml": "*",
- "topthink/framework": "5.0.*",
- "qiniu/php-sdk": "^7.2",
- "aliyuncs/oss-sdk-php": "^2.3",
- "qcloud/cos-sdk-v5": "^1.2",
- "kosinix/grafika": "dev-master"
- },
- "autoload": {
- "psr-4": {
- "app\\": "application"
- }
- },
- "extra": {
- "think-path": "thinkphp"
- },
- "config": {
- "preferred-install": "dist",
- "allow-plugins": {
- "topthink/think-installer": true
- }
- }
- }
|