代码拉取完成,页面将自动刷新
{
"_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": "4c781658ef9c3cb3b98755430b73e9a9",
"packages": [
{
"name": "dragonmantank/cron-expression",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"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": "2018-06-06T03:12:17+00:00"
},
{
"name": "easyswoole/component",
"version": "1.3.4",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/component.git",
"reference": "5c9697787f0a67b2a5d15da6c134a4fc56687413"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/component/zipball/5c9697787f0a67b2a5d15da6c134a4fc56687413",
"reference": "5c9697787f0a67b2a5d15da6c134a4fc56687413",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-swoole": "^4.0",
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Component\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "easyswoole component",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-12-14T02:55:33+00:00"
},
{
"name": "easyswoole/curl",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/curl.git",
"reference": "5b50ea0d68801b1617f8fe6dd6f22a06d831a383"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/curl/zipball/5b50ea0d68801b1617f8fe6dd6f22a06d831a383",
"reference": "5b50ea0d68801b1617f8fe6dd6f22a06d831a383",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.6"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Curl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-05-25T06:08:22+00:00"
},
{
"name": "easyswoole/easyswoole",
"version": "3.x-dev",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/easyswoole.git",
"reference": "07aeec708ca154c66f9f6a5a9a1a7a26d715c24c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/easyswoole/zipball/07aeec708ca154c66f9f6a5a9a1a7a26d715c24c",
"reference": "07aeec708ca154c66f9f6a5a9a1a7a26d715c24c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"dragonmantank/cron-expression": "^2.2",
"easyswoole/component": "^1.0",
"easyswoole/http": "^1.0",
"easyswoole/socket": "^1.0",
"easyswoole/spl": "^1.0",
"easyswoole/trace": "^1.0",
"easyswoole/utility": "^1.0",
"ext-swoole": ">=4.2.6",
"jeremeamia/superclosure": "^2.4",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "dev-master"
},
"bin": [
"bin/easyswoole.php"
],
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\EasySwoole\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-12-13T14:32:40+00:00"
},
{
"name": "easyswoole/http",
"version": "1.2.4",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/http.git",
"reference": "05199662303318bb863aa084dc5cebc0c87b976e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/http/zipball/05199662303318bb863aa084dc5cebc0c87b976e",
"reference": "05199662303318bb863aa084dc5cebc0c87b976e",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/component": "^1.0",
"easyswoole/curl": "^1.0",
"easyswoole/spl": "^1.0",
"easyswoole/validate": "^1.1",
"ext-swoole": "^4.0",
"nikic/fast-route": "^1.3",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Http\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-11-25T12:07:53+00:00"
},
{
"name": "easyswoole/socket",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/socket.git",
"reference": "4515058e06a5c59fa073abba783311f6d05ca12c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/socket/zipball/4515058e06a5c59fa073abba783311f6d05ca12c",
"reference": "4515058e06a5c59fa073abba783311f6d05ca12c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"easyswoole/spl": "^1.0",
"easyswoole/trace": "^1.1",
"php": ">=7.1.0"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "dev-master",
"phpunit/phpunit": "^5.6"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Socket\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-11-12T16:38:08+00:00"
},
{
"name": "easyswoole/spl",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/spl.git",
"reference": "fec8b68e84109054798ce014c1c510ec7867adab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/spl/zipball/fec8b68e84109054798ce014c1c510ec7867adab",
"reference": "fec8b68e84109054798ce014c1c510ec7867adab",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Spl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "php stander lib",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-12-09T04:36:01+00:00"
},
{
"name": "easyswoole/trace",
"version": "1.1.7",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/trace.git",
"reference": "bcd63ab2519909e344b4cb290f27067093e834a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/trace/zipball/bcd63ab2519909e344b4cb290f27067093e834a9",
"reference": "bcd63ab2519909e344b4cb290f27067093e834a9",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=7.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"EasySwoole\\Trace\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-11-07T06:59:27+00:00"
},
{
"name": "easyswoole/utility",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/utility.git",
"reference": "383ed1cb5c0b002c52a9184d2891910a275416d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/utility/zipball/383ed1cb5c0b002c52a9184d2891910a275416d2",
"reference": "383ed1cb5c0b002c52a9184d2891910a275416d2",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"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": "mipone@foxmail.com"
}
],
"description": "easyswoole extension tool library",
"time": "2018-12-10T10:32:26+00:00"
},
{
"name": "easyswoole/validate",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/easy-swoole/validate.git",
"reference": "a420f7fba4c84f7699c7c3e9695eb56b3dbb2750"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easy-swoole/validate/zipball/a420f7fba4c84f7699c7c3e9695eb56b3dbb2750",
"reference": "a420f7fba4c84f7699c7c3e9695eb56b3dbb2750",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%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": "291323003@qq.com"
}
],
"description": "An efficient swoole framework",
"homepage": "https://www.easyswoole.com/",
"keywords": [
"async",
"easyswoole",
"framework",
"swoole"
],
"time": "2018-12-09T07:02:51+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://dl.laravel-china.org/%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": "jeremeamia@gmail.com",
"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": "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://dl.laravel-china.org/%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": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
"reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-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": "2018-10-10T09:24:14+00:00"
},
{
"name": "symfony/polyfill-php56",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"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": "2018-09-21T06:26:08+00:00"
},
{
"name": "symfony/polyfill-util",
"version": "v1.10.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"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": "2018-09-30T16:36:12+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"easyswoole/easyswoole": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。