代码拉取完成,页面将自动刷新
{
"_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"
],
"content-hash": "292813c9eb32779a3407e64e4794cfbc",
"packages": [
{
"name": "dragonmantank/cron-expression",
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
"reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4|^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "[email protected]",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "[email protected]",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2019-03-31T00:38:28+00:00"
},
{
"name": "easyswoole/component",
"version": "1.9.2",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/component.git",
"reference": "43db8402e275a7d8dea7dad21a9c568b87c58828"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/component/zipball/43db8402e275a7d8dea7dad21a9c568b87c58828",
"reference": "43db8402e275a7d8dea7dad21a9c568b87c58828",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.1",
"easyswoole/utility": "^1.0",
"ext-swoole": "^4.4.2",
"jeremeamia/superclosure": "^2.4",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Component\\": "src/",
"EasySwoole\\Component\\Tests\\": "Tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "easyswoole component",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-08-28T05:23:18+00:00"
},
{
"name": "easyswoole/config",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/config.git",
"reference": "7d2754ed63c961d53ed33a69fb92de26e4914e26"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/config/zipball/7d2754ed63c961d53ed33a69fb92de26e4914e26",
"reference": "7d2754ed63c961d53ed33a69fb92de26e4914e26",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.1",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Config\\": "src/",
"EasySwoole\\Config\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "easyswoole component",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-07-30T03:08:09+00:00"
},
{
"name": "easyswoole/easyswoole",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/easyswoole.git",
"reference": "43375a0e8acf1ea9eaf692f33aeffaea24c5a8cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/easyswoole/zipball/43375a0e8acf1ea9eaf692f33aeffaea24c5a8cf",
"reference": "43375a0e8acf1ea9eaf692f33aeffaea24c5a8cf",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"dragonmantank/cron-expression": "^2.2",
"easyswoole/component": "^1.0",
"easyswoole/config": "^1.0",
"easyswoole/http": "^1.0",
"easyswoole/spl": "^1.0",
"easyswoole/task": "^1.0",
"easyswoole/trigger": "^1.0",
"easyswoole/utility": "^1.0",
"ext-swoole": ">=4.4.4",
"jeremeamia/superclosure": "^2.4",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "^1.2"
},
"bin": [
"bin/easyswoole"
],
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\EasySwoole\\": "src/",
"EasySwoole\\EasySwoole\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-08-22T04:49:35+00:00"
},
{
"name": "easyswoole/fast-cache",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/fast-cache.git",
"reference": "06967307a50a82fd8a0e5db81359fd802930c3cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/fast-cache/zipball/06967307a50a82fd8a0e5db81359fd802930c3cc",
"reference": "06967307a50a82fd8a0e5db81359fd802930c3cc",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/component": "^1.4",
"easyswoole/spl": "^1.1",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\FastCache\\": "src/",
"EasySwoole\\FastCache\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-10-02T17:22:42+00:00"
},
{
"name": "easyswoole/http",
"version": "1.3.3",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/http.git",
"reference": "b641fa656a67020cc13f0bc96f0a79b48b4b6d1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/http/zipball/b641fa656a67020cc13f0bc96f0a79b48b4b6d1f",
"reference": "b641fa656a67020cc13f0bc96f0a79b48b4b6d1f",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/component": "^1.0",
"easyswoole/spl": "^1.0",
"easyswoole/validate": "^1.1",
"ext-swoole": "^4.0",
"nikic/fast-route": "^1.3",
"php": ">=7.1.0",
"psr/http-message": "*"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Http\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-07-14T14:38:54+00:00"
},
{
"name": "easyswoole/log",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/log.git",
"reference": "a9f7a8c139523db90992f89a91f2714413f6d637"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/log/zipball/a9f7a8c139523db90992f89a91f2714413f6d637",
"reference": "a9f7a8c139523db90992f89a91f2714413f6d637",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Log\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-05-30T05:30:17+00:00"
},
{
"name": "easyswoole/mysqli",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/mysqli.git",
"reference": "aca9d8c0d3b280cebfc43acd9af9f69fc87014d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/mysqli/zipball/aca9d8c0d3b280cebfc43acd9af9f69fc87014d2",
"reference": "aca9d8c0d3b280cebfc43acd9af9f69fc87014d2",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.0"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Mysqli\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-08-19T05:19:08+00:00"
},
{
"name": "easyswoole/mysqli-pool",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/mysqli-pool.git",
"reference": "6bb1a92703ee796c0dc7fd907fdff5f261db66f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/mysqli-pool/zipball/6bb1a92703ee796c0dc7fd907fdff5f261db66f6",
"reference": "6bb1a92703ee796c0dc7fd907fdff5f261db66f6",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/component": "^1.5",
"easyswoole/mysqli": "^1.1"
},
"require-dev": {
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\MysqliPool\\": "src/",
"EasySwoole\\MysqliPool\\Test\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-08-09T03:44:56+00:00"
},
{
"name": "easyswoole/redis-pool",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/redis-pool.git",
"reference": "c9800c61e2204ac027958b3a6aac1b7d43ad9be5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/redis-pool/zipball/c9800c61e2204ac027958b3a6aac1b7d43ad9be5",
"reference": "c9800c61e2204ac027958b3a6aac1b7d43ad9be5",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/component": "^1.5",
"easyswoole/spl": "^1.1"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\RedisPool\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-09-06T06:36:23+00:00"
},
{
"name": "easyswoole/socket",
"version": "1.1.10",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/socket.git",
"reference": "d6100a3f7c35c256f67cb9b9c539032568c8aa83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/socket/zipball/d6100a3f7c35c256f67cb9b9c539032568c8aa83",
"reference": "d6100a3f7c35c256f67cb9b9c539032568c8aa83",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.0",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Socket\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-05-30T02:54:45+00:00"
},
{
"name": "easyswoole/spl",
"version": "1.3.3",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/spl.git",
"reference": "d0fb72ee0a9febf64a241ebc1cbcaad47d657570"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/spl/zipball/d0fb72ee0a9febf64a241ebc1cbcaad47d657570",
"reference": "d0fb72ee0a9febf64a241ebc1cbcaad47d657570",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-json": "*",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/phpunit": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Spl\\": "src/",
"EasySwoole\\Spl\\Test\\": "test/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "php stander lib",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-12-11T03:16:51+00:00"
},
{
"name": "easyswoole/task",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/task.git",
"reference": "6eed25cf6a8bd878c5c101c41bfd28d9a02f7926"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/task/zipball/6eed25cf6a8bd878c5c101c41bfd28d9a02f7926",
"reference": "6eed25cf6a8bd878c5c101c41bfd28d9a02f7926",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/component": "^1.6",
"easyswoole/spl": "^1.2",
"ext-swoole": ">=4.4.0"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Task\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "A simple Queue implementation integrated into easySwoole",
"keywords": [
"easyswoole"
],
"time": "2019-08-22T08:28:13+00:00"
},
{
"name": "easyswoole/template",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/template.git",
"reference": "487b12c9ee935ce01c7350849dd56f2701cd5dc2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/template/zipball/487b12c9ee935ce01c7350849dd56f2701cd5dc2",
"reference": "487b12c9ee935ce01c7350849dd56f2701cd5dc2",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/component": "^1.5",
"easyswoole/spl": "^1.0"
},
"require-dev": {
"duncan3dc/blade": "^4.5",
"easyswoole/phpunit": "^1.0",
"easyswoole/swoole-ide-helper": "^1.1",
"league/plates": "3.*",
"smarty/smarty": "~3.1",
"topthink/think-template": "^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Template\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-10-11T04:27:46+00:00"
},
{
"name": "easyswoole/trigger",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/trigger.git",
"reference": "f449f974d6645342134f455ce4a6885c8ad3a92e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/trigger/zipball/f449f974d6645342134f455ce4a6885c8ad3a92e",
"reference": "f449f974d6645342134f455ce4a6885c8ad3a92e",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/log": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Trigger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-05-29T15:33:12+00:00"
},
{
"name": "easyswoole/utility",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/utility.git",
"reference": "585252be9ed0cdfd8badbddb7df60edce794daf0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/utility/zipball/585252be9ed0cdfd8badbddb7df60edce794daf0",
"reference": "585252be9ed0cdfd8badbddb7df60edce794daf0",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-json": "*",
"ext-openssl": "*",
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Utility\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "evalor",
"email": "[email protected]"
}
],
"description": "easyswoole extension tool library",
"time": "2019-09-19T03:02:37+00:00"
},
{
"name": "easyswoole/validate",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/validate.git",
"reference": "ae03b588b52392d41d8bf26345b4884e004ad6a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/validate/zipball/ae03b588b52392d41d8bf26345b4884e004ad6a0",
"reference": "ae03b588b52392d41d8bf26345b4884e004ad6a0",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.0",
"php": ">=7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Validate\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "[email protected]"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2019-10-21T07:07:10+00:00"
},
{
"name": "easyswoole/verifycode",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/verifyCode.git",
"reference": "7565c70f11290e3119b8c47b756af6f11b67a2ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/verifyCode/zipball/7565c70f11290e3119b8c47b756af6f11b67a2ca",
"reference": "7565c70f11290e3119b8c47b756af6f11b67a2ca",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.0",
"ext-gd": "*",
"php": ">=7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\VerifyCode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "evalor",
"email": "[email protected]"
},
{
"name": "YF",
"email": "[email protected]"
}
],
"time": "2019-06-03T07:27:54+00:00"
},
{
"name": "jeremeamia/superclosure",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/jeremeamia/super_closure.git",
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
"php": ">=5.4",
"symfony/polyfill-php56": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"SuperClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Lindblom",
"email": "[email protected]",
"homepage": "https://github.com/jeremeamia",
"role": "Developer"
}
],
"description": "Serialize Closure objects, including their context and binding",
"homepage": "https://github.com/jeremeamia/super_closure",
"keywords": [
"closure",
"function",
"lambda",
"parser",
"serializable",
"serialize",
"tokenizer"
],
"time": "2018-03-21T22:21:57+00:00"
},
{
"name": "league/plates",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/plates.git",
"reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/plates/zipball/b1684b6f127714497a0ef927ce42c0b44b45a8af",
"reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": "^5.3 | ^7.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.4",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\Plates\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
"homepage": "http://platesphp.com",
"keywords": [
"league",
"package",
"templates",
"templating",
"views"
],
"time": "2016-12-28T00:14:17+00:00"
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "[email protected]"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "0.0.5",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2019-11-08T13:50:10+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "symfony/polyfill-php56",
"version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
"reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-11-27T13:56:44+00:00"
},
{
"name": "symfony/polyfill-util",
"version": "v1.13.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "964a67f293b66b95883a5ed918a65354fcd2258f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f",
"reference": "964a67f293b66b95883a5ed918a65354fcd2258f",
"shasum": "",
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
"time": "2019-11-27T13:56:44+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。