1 Star 0 Fork 0

iThinkphp/smart-cache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.lock 7.11 KB
一键复制 编辑 原始数据 按行查看 历史
iThinkphp 提交于 2019-01-11 22:45 . 更新verdor依赖文件
{
"_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": "e484376b25b4ccccf560b7b82e5086d8",
"packages": [
{
"name": "analog/analog",
"version": "1.0.11-stable",
"source": {
"type": "git",
"url": "https://github.com/jbroadway/analog.git",
"reference": "f04906be5a740794959ecceaaae307792cfe3b58"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jbroadway/analog/zipball/f04906be5a740794959ecceaaae307792cfe3b58",
"reference": "f04906be5a740794959ecceaaae307792cfe3b58",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"psr/log": "1.*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5"
},
"type": "library",
"autoload": {
"psr-0": {
"Analog": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Johnny Broadway",
"email": "johnny@johnnybroadway.com",
"homepage": "http://www.johnnybroadway.com/"
}
],
"description": "PHP logging class that can be extended via closures. Includes several pre-built handlers including file, mail, syslog, HTTP post, and MongoDB.",
"homepage": "https://github.com/jbroadway/analog",
"keywords": [
"alerts",
"debug",
"debugging",
"error",
"log",
"logger",
"logging",
"syslog"
],
"time": "2018-12-08T15:36:38+00:00"
},
{
"name": "greenlion/php-sql-parser",
"version": "4.2.1",
"source": {
"type": "git",
"url": "https://github.com/greenlion/PHP-SQL-Parser.git",
"reference": "249e8342c9b29e7444090bc66da5e870a0b28b8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/greenlion/PHP-SQL-Parser/zipball/249e8342c9b29e7444090bc66da5e870a0b28b8c",
"reference": "249e8342c9b29e7444090bc66da5e870a0b28b8c",
"shasum": ""
},
"require": {
"analog/analog": "^1.0.6",
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "^4.0.14",
"squizlabs/php_codesniffer": "^1.5.1"
},
"type": "library",
"autoload": {
"psr-0": {
"PHPSQLParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "André Rothe",
"email": "phosco@gmx.de",
"homepage": "https://www.phosco.info",
"role": "Committer"
},
{
"name": "Justin Swanhart",
"email": "greenlion@gmail.com",
"homepage": "http://code.google.com/u/greenlion@gmail.com/",
"role": "Owner"
}
],
"description": "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL",
"homepage": "https://github.com/greenlion/PHP-SQL-Parser",
"keywords": [
"creator",
"mysql",
"parser",
"sql"
],
"time": "2018-12-23T05:09:55+00:00"
},
{
"name": "psr/log",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2018-11-20T15:27:04+00:00"
},
{
"name": "topthink/think-cache",
"version": "v1.0",
"source": {
"type": "git",
"url": "https://github.com/top-think/think-cache.git",
"reference": "7a675a5f19aeb8ab98bdbf2c1a7220a623c9ec52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/top-think/think-cache/zipball/7a675a5f19aeb8ab98bdbf2c1a7220a623c9ec52",
"reference": "7a675a5f19aeb8ab98bdbf2c1a7220a623c9ec52",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"think\\": "src"
},
"files": []
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"description": "Cache Manager",
"time": "2018-01-25T06:19:18+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.0"
},
"platform-dev": []
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wf5858585858/smart-cache.git
git@gitee.com:wf5858585858/smart-cache.git
wf5858585858
smart-cache
smart-cache
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385