1 Star 0 Fork 10

gasgas / Cocolait_admin

forked from Cocolait / Cocolait_admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.lock 17.72 KB
一键复制 编辑 原始数据 按行查看 历史
深白色 提交于 2017-01-13 17:29 . 新增图形验证码扩展
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "459eae2e4a460cf531539338f715962a",
"content-hash": "bffe067ee418e7f69ab1fa7d00f66b6a",
"packages": [
{
"name": "anerg2046/helper",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/anerg2046/helper.git",
"reference": "b9a5f3f72fd332af6db8baf82133ee50f2c5931d"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/anerg2046/helper/b9a5f3f72fd332af6db8baf82133ee50f2c5931d.zip",
"reference": "b9a5f3f72fd332af6db8baf82133ee50f2c5931d",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"anerg\\helper\\": "src"
},
"files": [
"src/helper.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Coeus",
"email": "r.anerg@gmail.com"
}
],
"description": "some helper libaray function",
"time": "2017-01-05 07:25:07"
},
{
"name": "anerg2046/sns_auth",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/anerg2046/sns_auth.git",
"reference": "e160dc8a9b009799fe2498ba8e0d76cafde78dbb"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/anerg2046/sns_auth/e160dc8a9b009799fe2498ba8e0d76cafde78dbb.zip",
"reference": "e160dc8a9b009799fe2498ba8e0d76cafde78dbb",
"shasum": ""
},
"require": {
"anerg2046/helper": "^1.0",
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"anerg\\OAuth2\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Coeus",
"email": "r.anerg@gmail.com"
}
],
"description": "weixin weibo qq sns oauth",
"time": "2017-01-05 07:53:51"
},
{
"name": "endroid/qrcode",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/endroid/QrCode.git",
"reference": "ab09b42778ad67cfe850f9c23165f8d08b756680"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/endroid/QrCode/ab09b42778ad67cfe850f9c23165f8d08b756680.zip",
"reference": "ab09b42778ad67cfe850f9c23165f8d08b756680",
"shasum": ""
},
"require": {
"ext-gd": "*",
"php": ">=5.4",
"symfony/options-resolver": "^2.3|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0",
"sensio/framework-extra-bundle": "^3.0",
"symfony/browser-kit": "^2.3|^3.0",
"symfony/framework-bundle": "^2.3|^3.0",
"symfony/http-kernel": "^2.3|^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Endroid\\QrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeroen van den Enden",
"email": "info@endroid.nl",
"homepage": "http://endroid.nl/"
}
],
"description": "Endroid QR Code",
"homepage": "https://github.com/endroid/QrCode",
"keywords": [
"bundle",
"code",
"endroid",
"qr",
"qrcode",
"symfony"
],
"time": "2017-01-03 11:02:14"
},
{
"name": "gregwar/cache",
"version": "v1.0.12",
"target-dir": "Gregwar/Cache",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Cache.git",
"reference": "305d0f5a12c0beecbbd7e1de236f59f39e0c0ac3"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/Gregwar/Cache/305d0f5a12c0beecbbd7e1de236f59f39e0c0ac3.zip",
"reference": "305d0f5a12c0beecbbd7e1de236f59f39e0c0ac3",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"autoload": {
"psr-0": {
"Gregwar\\Cache": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gregwar",
"email": "g.passault@gmail.com"
}
],
"description": "A lightweight file-system cache system",
"keywords": [
"cache",
"caching",
"file-system",
"system"
],
"time": "2016-09-23 08:16:04"
},
{
"name": "gregwar/image",
"version": "v2.0.20",
"target-dir": "Gregwar/Image",
"source": {
"type": "git",
"url": "https://github.com/Gregwar/Image.git",
"reference": "2c6bf2fb3b0eb844f0568d6ee55eeb86fc799414"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/Gregwar/Image/2c6bf2fb3b0eb844f0568d6ee55eeb86fc799414.zip",
"reference": "2c6bf2fb3b0eb844f0568d6ee55eeb86fc799414",
"shasum": ""
},
"require": {
"ext-gd": "*",
"gregwar/cache": "1.*",
"php": ">=5.3.0"
},
"suggest": {
"behat/transliterator": "Transliterator provides ability to set non-latin1 pretty names"
},
"type": "library",
"autoload": {
"psr-0": {
"Gregwar\\Image": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Passault",
"email": "g.passault@gmail.com",
"homepage": "http://www.gregwar.com/"
}
],
"description": "Image handling",
"homepage": "https://github.com/Gregwar/Image",
"keywords": [
"gd",
"image"
],
"time": "2015-05-30 19:24:37"
},
{
"name": "lilwil/geetest",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/lilwil/geetest.git",
"reference": "68e84d916c46c6741a0949efde346a69c90964be"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/lilwil/geetest/68e84d916c46c6741a0949efde346a69c90964be.zip",
"reference": "68e84d916c46c6741a0949efde346a69c90964be",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"think\\geetest\\": "src/"
},
"files": [
"src/helper.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "lilwil",
"email": "lilwil@163.com"
}
],
"description": "Geetest For ThinkPHP5",
"time": "2016-11-02 01:45:49"
},
{
"name": "siriusphp/upload",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/siriusphp/upload.git",
"reference": "fa3938ef5401ac5d4f83a2c57c54dd5128499506"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/siriusphp/upload/fa3938ef5401ac5d4f83a2c57c54dd5128499506.zip",
"reference": "fa3938ef5401ac5d4f83a2c57c54dd5128499506",
"shasum": ""
},
"require": {
"php": ">=5.3",
"siriusphp/validation": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"knplabs/gaufrette": "Alternative filesystem abstraction library for upload destinations",
"league/flysystem": "To upload to different destinations, not just to the local file system"
},
"type": "library",
"autoload": {
"psr-4": {
"Sirius\\Upload\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adrian Miu",
"email": "adrian@adrianmiu.ro"
}
],
"description": "Framework agnostic upload library",
"keywords": [
"file",
"form",
"upload",
"validation"
],
"time": "2016-03-31 13:47:45"
},
{
"name": "siriusphp/validation",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/siriusphp/validation.git",
"reference": "be7e2bc467135fe804199aabfbfa84971df8d3a6"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/siriusphp/validation/be7e2bc467135fe804199aabfbfa84971df8d3a6.zip",
"reference": "be7e2bc467135fe804199aabfbfa84971df8d3a6",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "3.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Sirius\\Validation\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adrian Miu",
"email": "adrian@adrianmiu.ro"
}
],
"description": "Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules",
"keywords": [
"form",
"modeling",
"sanitization",
"security",
"validation"
],
"time": "2016-07-23 06:09:10"
},
{
"name": "symfony/options-resolver",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "45940bcad6388b3b6058107eca67ced738d205bb"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/symfony/options-resolver/45940bcad6388b3b6058107eca67ced738d205bb.zip",
"reference": "45940bcad6388b3b6058107eca67ced738d205bb",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"time": "2016-05-13 18:13:23"
},
{
"name": "topthink/framework",
"version": "v5.0.3",
"source": {
"type": "git",
"url": "https://github.com/top-think/framework.git",
"reference": "fd30f090e40dc25a758d99029fa07f669f575580"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/top-think/framework/fd30f090e40dc25a758d99029fa07f669f575580.zip",
"reference": "fd30f090e40dc25a758d99029fa07f669f575580",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"topthink/think-installer": "~1.0"
},
"require-dev": {
"johnkary/phpunit-speedtrap": "^1.0",
"mikey179/vfsstream": "~1.6",
"phpdocumentor/reflection-docblock": "^2.0",
"phploc/phploc": "2.*",
"phpunit/phpunit": "4.8.*",
"sebastian/phpcpd": "2.*",
"squizlabs/php_codesniffer": "2.*"
},
"type": "think-framework",
"autoload": {
"psr-4": {
"think\\": "library/think"
}
},
"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"
],
"time": "2016-11-11 09:22:23"
},
{
"name": "topthink/think-installer",
"version": "v1.0.11",
"source": {
"type": "git",
"url": "https://github.com/top-think/think-installer.git",
"reference": "4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/top-think/think-installer/4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d.zip",
"reference": "4c6e1ebecd1afce3f4ccc47e147d61bbe1bf641d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0"
},
"require-dev": {
"composer/composer": "1.0.*@dev"
},
"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"
}
],
"time": "2016-12-01 09:08:45"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}
PHP
1
https://gitee.com/gasgas/Cocolait_admin.git
git@gitee.com:gasgas/Cocolait_admin.git
gasgas
Cocolait_admin
Cocolait_admin
master

搜索帮助